|
Lines 43-48
Link Here
|
| 43 |
DOMXML "DOM support" OFF \ |
43 |
DOMXML "DOM support" OFF \ |
| 44 |
FTP "File Transfer Protocol support" OFF \ |
44 |
FTP "File Transfer Protocol support" OFF \ |
| 45 |
CURL "CURL support" OFF \ |
45 |
CURL "CURL support" OFF \ |
|
|
46 |
cyrus "Cyrus IMAP support" OFF \ |
| 46 |
gettext "gettext library support" OFF \ |
47 |
gettext "gettext library support" OFF \ |
| 47 |
iconv "iconv support" OFF \ |
48 |
iconv "iconv support" OFF \ |
| 48 |
pspell "pspell support" OFF \ |
49 |
pspell "pspell support" OFF \ |
|
Lines 292-297
Link Here
|
| 292 |
echo "CONFIGURE_ARGS+=--with-curl=\${LOCALBASE}" |
293 |
echo "CONFIGURE_ARGS+=--with-curl=\${LOCALBASE}" |
| 293 |
echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcurl.a:\${PORTSDIR}/ftp/curl" |
294 |
echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcurl.a:\${PORTSDIR}/ftp/curl" |
| 294 |
;; |
295 |
;; |
|
|
296 |
\"cyrus\") |
| 297 |
echo "CONFIGURE_ARGS+=--with-cyrus" |
| 298 |
echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcyrus.a:\${PORTSDIR}/mail/cyrus-imapd" |
| 299 |
echo "CFLAGS+=-I\${LOCALBASE}/include/sasl" |
| 300 |
;; |
| 295 |
\"gettext\") |
301 |
\"gettext\") |
| 296 |
echo "LIB_DEPENDS+= intl.2:\${PORTSDIR}/devel/gettext" |
302 |
echo "LIB_DEPENDS+= intl.2:\${PORTSDIR}/devel/gettext" |
| 297 |
echo "CONFIGURE_ARGS+=--with-gettext=\${LOCALBASE}" |
303 |
echo "CONFIGURE_ARGS+=--with-gettext=\${LOCALBASE}" |