mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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
|
LICENSE= LGPL20
|
||||||
|
|
||||||
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
|
LIB_DEPENDS= libxml2.so:textproc/libxml2 \
|
||||||
libmemcached.so:${PORTSDIR}/databases/libmemcached
|
libmemcached.so:databases/libmemcached
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/SOPE
|
WRKSRC= ${WRKDIR}/SOPE
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ CONFIGURE_ARGS= --with-gnustep --disable-debug --enable-strip
|
||||||
LDAP_USE= OPENLDAP=client
|
LDAP_USE= OPENLDAP=client
|
||||||
PGSQL_USES= pgsql
|
PGSQL_USES= pgsql
|
||||||
MYSQL_USE= MYSQL=client
|
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:
|
post-patch-LDAP-off:
|
||||||
@${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure
|
@${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure
|
||||||
|
|
Loading…
Add table
Reference in a new issue