aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2016-05-03 08:16:46 +0800
committeracm <acm@FreeBSD.org>2016-05-03 08:16:46 +0800
commitdd6dc609f269064c97b3b006016fe4897d59a528 (patch)
tree8c878eb0ff3e393e5ab86da505356d4a8168b8d3 /devel
parentcfd8097d9c76ab098a55b9ae8fbd513513f77dbf (diff)
downloadfreebsd-ports-gnome-dd6dc609f269064c97b3b006016fe4897d59a528.tar.gz
freebsd-ports-gnome-dd6dc609f269064c97b3b006016fe4897d59a528.tar.zst
freebsd-ports-gnome-dd6dc609f269064c97b3b006016fe4897d59a528.zip
- Remove ${PORTSDIR}
Diffstat (limited to 'devel')
-rw-r--r--devel/sope2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile
index 94bae0dc9bde..1a44c88ee3dc 100644
--- a/devel/sope2/Makefile
+++ b/devel/sope2/Makefile
@@ -12,8 +12,8 @@ COMMENT= Extensive set of GNUstep web application frameworks
LICENSE= LGPL20
-LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
- libmemcached.so:${PORTSDIR}/databases/libmemcached
+LIB_DEPENDS= libxml2.so:textproc/libxml2 \
+ libmemcached.so:databases/libmemcached
WRKSRC= ${WRKDIR}/SOPE
@@ -38,7 +38,7 @@ CONFIGURE_ARGS= --with-gnustep --disable-debug --enable-strip
LDAP_USE= OPENLDAP=client
PGSQL_USES= pgsql
MYSQL_USE= MYSQL=client
-MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:${PORTSDIR}/databases/memcached
+MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached
post-patch-LDAP-off:
@${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure