- Remove ${PORTSDIR}
This commit is contained in:
parent
116cbfa7d8
commit
4e3d86f03d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414497
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue