diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/memcached | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | freebsd-ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'databases/memcached')
-rw-r--r-- | databases/memcached/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index bd711b8d0f8a..c94cc21778d7 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -14,7 +14,7 @@ COMMENT= High-performance distributed memory object cache system LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent2 CONFLICTS= memcached-1.2* @@ -40,7 +40,7 @@ CONFIGURE_ARGS= --with-libevent=${LOCALBASE} \ DTRACE_CONFIGURE_ENABLE= dtrace -SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_CONFIGURE_ENABLE= sasl SASL_CFLAGS= -I${LOCALBASE}/include SASL_CPPFLAGS+= ${CFLAGS} @@ -59,7 +59,7 @@ BROKEN= DTRACE broken with gcc/clang - reported upstream .endif .if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS= xml2rfc:${PORTSDIR}/textproc/xml2rfc +BUILD_DEPENDS= xml2rfc:textproc/xml2rfc .endif post-install: |