Lines 52-57
Link Here
|
52 |
CLAMAV "Enable virus-checking support." off \ |
52 |
CLAMAV "Enable virus-checking support." off \ |
53 |
COMPFACE "Enable X-Face support." on \ |
53 |
COMPFACE "Enable X-Face support." on \ |
54 |
DEBUG "Enable debug support." off \ |
54 |
DEBUG "Enable debug support." off \ |
|
|
55 |
DILLO "Enable Dillo HTML viewer." off \ |
55 |
GNOMEPRINT "Enable extended print support (GNOME)." off \ |
56 |
GNOMEPRINT "Enable extended print support (GNOME)." off \ |
56 |
GPGME "Enable PGP/GnuPG support using GPGME." off \ |
57 |
GPGME "Enable PGP/GnuPG support using GPGME." off \ |
57 |
JPILOT "Enable JPilot support." off \ |
58 |
JPILOT "Enable JPilot support." off \ |
Lines 145-150
Link Here
|
145 |
.endif |
146 |
.endif |
146 |
.if defined(WITH_DEBUG) || defined(WITH_ALL) |
147 |
.if defined(WITH_DEBUG) || defined(WITH_ALL) |
147 |
CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog |
148 |
CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog |
|
|
149 |
STRIP= '' |
150 |
.endif |
151 |
.if defined(WITH_DILLO) || defined(WITH_ALL) |
152 |
PLIST_SUB+= DILLO="" |
153 |
RUN_DEPENDS+= dillo:${PORTSDIR}/www/dillo |
154 |
.else |
155 |
PLIST_SUB+= DILLO="@comment " |
156 |
CONFIGURE_ARGS+= --disable-dillo-viewer-plugin |
148 |
.endif |
157 |
.endif |
149 |
|
158 |
|
150 |
post-extract: |
159 |
post-extract: |