aboutsummaryrefslogtreecommitdiff
path: root/mail/courier-imap
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /mail/courier-imap
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'mail/courier-imap')
-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 fa094ecb700e..83e93cea9a10 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