aboutsummaryrefslogtreecommitdiffstats
path: root/databases/phppgadmin
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2014-03-31 03:44:48 +0800
committerdinoex <dinoex@FreeBSD.org>2014-03-31 03:44:48 +0800
commit6cb3fba03582d03dc7acbc95eac87d39ab8e6991 (patch)
tree85cf5b1d30f5376a24775fbf2314294529f20be2 /databases/phppgadmin
parent0e9bb222bfa92dab220ec8356d8e64d24e47d65b (diff)
downloadfreebsd-ports-gnome-6cb3fba03582d03dc7acbc95eac87d39ab8e6991.tar.gz
freebsd-ports-gnome-6cb3fba03582d03dc7acbc95eac87d39ab8e6991.tar.zst
freebsd-ports-gnome-6cb3fba03582d03dc7acbc95eac87d39ab8e6991.zip
- new USES=
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r--databases/phppgadmin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index cedb6163171d..db0b2f95f35f 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -12,7 +12,7 @@ COMMENT= Web Based Postgres Administration
LICENSE= GPLv2
-USE_BZIP2= YES
+USES= tar:bzip2
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= pgsql pcre session
.endif