aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2-saslauthd
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/cyrus-sasl2-saslauthd
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412349
Diffstat (limited to 'security/cyrus-sasl2-saslauthd')
-rw-r--r--security/cyrus-sasl2-saslauthd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile
index 34395ff2c58b..88b65df5ba24 100644
--- a/security/cyrus-sasl2-saslauthd/Makefile
+++ b/security/cyrus-sasl2-saslauthd/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 3
COMMENT= SASL authentication server for cyrus-sasl2
-LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
INSTALL_WRKSRC= ${WRKSRC}/saslauthd
@@ -36,7 +36,7 @@ BDB_CONFIGURE_ON= --enable-auth-sasldb \
--with-bdb=${BDB_LIB_NAME}
BDB1_CONFIGURE_ON= --enable-auth-sasldb \
--with-dblib=ndbm
-GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
+GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
GDBM_CONFIGURE_ON= --enable-auth-sasldb \
--with-dblib=gdbm \
--with-gdbm=${LOCALBASE}