diff options
author | danilo <danilo@FreeBSD.org> | 2014-04-26 22:56:17 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-04-26 22:56:17 +0800 |
commit | 7ef798298e42f2235e647de3f5222034d8ea486f (patch) | |
tree | cae33fc49700303cc6f701207a9f4d3375235fca /deskutils | |
parent | b5497c244cc77abcd36f39ad0449db2fa047176a (diff) | |
download | freebsd-ports-gnome-7ef798298e42f2235e647de3f5222034d8ea486f.tar.gz freebsd-ports-gnome-7ef798298e42f2235e647de3f5222034d8ea486f.tar.zst freebsd-ports-gnome-7ef798298e42f2235e647de3f5222034d8ea486f.zip |
- Convert USE_BZIP2 to USES
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/egroupware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index 0b95d5cb84d1..41deb0296965 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ RUN_DEPENDS:= ${BUILD_DEPENDS} PEARDIR= ${LOCALBASE}/share/pear -USE_BZIP2= yes +USES= tar:bzip2 USE_PHP= session ctype zlib bz2 mcrypt xmlreader NO_BUILD= yes PLIST= ${WRKDIR}/plist |