diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-08 00:49:09 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-08 00:49:09 +0800 |
commit | c23ef8bc8bf7d31214830bdcaa75c6018065881a (patch) | |
tree | 4a5c38c58618cc47e6b107297e7eebb1a64292be /databases/adodb5 | |
parent | 1510b743f230c8b6af6cc251122903f0afdc1461 (diff) | |
download | freebsd-ports-gnome-c23ef8bc8bf7d31214830bdcaa75c6018065881a.tar.gz freebsd-ports-gnome-c23ef8bc8bf7d31214830bdcaa75c6018065881a.tar.zst freebsd-ports-gnome-c23ef8bc8bf7d31214830bdcaa75c6018065881a.zip |
Convert d* to USES=zip
Diffstat (limited to 'databases/adodb5')
-rw-r--r-- | databases/adodb5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/adodb5/Makefile b/databases/adodb5/Makefile index 524ead4befeb..43b169579c90 100644 --- a/databases/adodb5/Makefile +++ b/databases/adodb5/Makefile @@ -15,7 +15,7 @@ LICENSE= BSD CONFLICTS= adodb-4.* -USE_ZIP= yes +USES= zip USE_PHP= pcre DEFAULT_PHP_VER=5 |