summaryrefslogtreecommitdiffstats
path: root/mail/courier-imap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/courier-imap/Makefile')
-rw-r--r--mail/courier-imap/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index fa094ec..83e93ce 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -11,10 +11,10 @@ MASTER_SITES= SF/courier/imap/${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= IMAP (and POP3) server that provides access to Maildir mailboxes
-BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
-RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \
- ${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool
-LIB_DEPENDS= libcourier-unicode.so:${PORTSDIR}/devel/courier-unicode
+BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base
+RUN_DEPENDS= courierauthconfig:security/courier-authlib-base \
+ ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool
+LIB_DEPENDS= libcourier-unicode.so:devel/courier-unicode
USES= gmake perl5 tar:bzip2
GNU_CONFIGURE= yes
@@ -65,7 +65,7 @@ CONFIGURE_ARGS= --sysconfdir=${CONFDIR} \
.if ${PORT_OPTIONS:MGNUTLS}
CONFIGURE_ARGS+=--with-gnutls
-LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= libgnutls.so:security/gnutls
USES+= pkgconfig
.endif
@@ -82,7 +82,7 @@ CONFIGURE_ARGS+=--with-syslog=${WITH_SYSLOG_FACILITY}
.if ${PORT_OPTIONS:MAUTH_USERDB}
.if ${PORT_OPTIONS:MGDBM}
CONFIGURE_ARGS+=--with-db=gdbm --with-userdb=${USERDB}
-LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= libgdbm.so:databases/gdbm
.else
CONFIGURE_ARGS+=--with-db=db --with-userdb=${USERDB}
.endif
OpenPOWER on IntegriCloud