diff options
author | acm <acm@FreeBSD.org> | 2016-05-03 08:16:46 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2016-05-03 08:16:46 +0800 |
commit | dd6dc609f269064c97b3b006016fe4897d59a528 (patch) | |
tree | 8c878eb0ff3e393e5ab86da505356d4a8168b8d3 /devel | |
parent | cfd8097d9c76ab098a55b9ae8fbd513513f77dbf (diff) | |
download | freebsd-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/Makefile | 6 |
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 |