diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-30 19:44:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-30 19:44:48 +0000 |
commit | 67fe3229dc5e0669536107c8325742fcc1358c21 (patch) | |
tree | 85cf5b1d30f5376a24775fbf2314294529f20be2 /databases/phppgadmin | |
parent | ae1515c459211711dc036fb8f65737c5711b29ee (diff) | |
download | ports-67fe3229dc5e0669536107c8325742fcc1358c21.tar.gz ports-67fe3229dc5e0669536107c8325742fcc1358c21.zip |
Notes
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 2 |
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 |