summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2
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
parentRemove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. (diff)
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')
-rw-r--r--security/cyrus-sasl2/Makefile2
-rw-r--r--security/cyrus-sasl2/Makefile.common2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 147f14b9952b..3f4227ee8058 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -36,7 +36,7 @@ BDB_CONFIGURE_ON= --with-dblib=berkeley \
--with-bdb-incdir=${BDB_INCLUDE_DIR} \
--with-bdb=${BDB_LIB_NAME}
BDB1_CONFIGURE_ON= --with-dblib=ndbm
-GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
+GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
GDBM_CONFIGURE_ON= --with-dblib=gdbm \
--with-gdbm=${LOCALBASE}
MYSQL_USE= MYSQL=yes
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index 32c4b18785c6..0b589b4f3626 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -61,7 +61,7 @@ CYRUS_BUILD_TARGET?= ${PORTNAME}
.if ${CYRUS_BUILD_TARGET} != "cyrus-sasl" && ${CYRUS_BUILD_TARGET} != "saslauthd"
INSTALL_WRKSRC= ${WRKSRC}/plugins
-LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
USES= libtool:build
PLIST_FILES+= lib/sasl2/lib${CYRUS_BUILD_TARGET}.a \