aboutsummaryrefslogtreecommitdiff
path: root/mail/maildrop
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/maildrop
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/maildrop')
-rw-r--r--mail/maildrop/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index c5ed51890e16..fed418c3b6db 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -39,8 +39,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFLICTS= courier-0.65* libunicode-[0-9]*
-LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \
- libcourier-unicode.so:${PORTSDIR}/devel/courier-unicode
+LIB_DEPENDS+= libpcre.so:devel/pcre \
+ libcourier-unicode.so:devel/courier-unicode
MAILDROP_LOG_COLUMNS?= 72 # lenght of 'File:' line in log
@@ -73,9 +73,9 @@ MAILWRAPPER_DESC= Let configure guess which sendmail binary to use
OPTIONS_SUB= yes
GDBM_CONFIGURE_ON= --with-db=gdbm
GDBM_CONFIGURE_OFF= --with-db=db
-GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
+GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
IDN_CONFIGURE_WITH= libidn
-IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
+IDN_LIB_DEPENDS= libidn.so:dns/libidn
MAILWRAPPER_CONFIGURE_OFF= --enable-sendmail=/usr/sbin/sendmail
DOVECOTAUTH_CONFIGURE_ENABLE= dovecotauth
@@ -122,8 +122,8 @@ post-patch:
.if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep)
.include "${.CURDIR}/../../security/courier-authlib/Makefile.dep"
.endif
-BUILD_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
-RUN_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
+BUILD_DEPENDS+= courierauthconfig:security/courier-authlib-base
+RUN_DEPENDS+= courierauthconfig:security/courier-authlib-base
CONFIGURE_ARGS+= --enable-authlib
.else
CONFIGURE_ARGS+= --disable-authlib