summaryrefslogtreecommitdiffstats
path: root/databases/phppgadmin/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-07-06 14:24:35 +0000
committerdinoex <dinoex@FreeBSD.org>2004-07-06 14:24:35 +0000
commitb1b4e7276c9b00af83c95fb28d7c39554dc06f10 (patch)
tree0e510978658866aa249064ba984926828e0728e0 /databases/phppgadmin/Makefile
parentc83d7dbae3780c2cb30db7ff0bd6f0ff87e03b93 (diff)
downloadFreeBSD-ports-b1b4e7276c9b00af83c95fb28d7c39554dc06f10.zip
FreeBSD-ports-b1b4e7276c9b00af83c95fb28d7c39554dc06f10.tar.gz
- update to 3.4.1
- new option WITHOUT_PHP_DEPENDS
Diffstat (limited to 'databases/phppgadmin/Makefile')
-rw-r--r--databases/phppgadmin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index 58af41c..91d82a7 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= phppgadmin
-PORTVERSION= 3.4
+PORTVERSION= 3.4.1
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,10 +17,11 @@ COMMENT= Web Based Postgres Administration
USE_REINPLACE= yes
USE_BZIP2= yes
+.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= yes
+.endif
WRKSRC= ${WRKDIR}/phpPgAdmin
NO_BUILD= YES
-
PHP_PORT?= ${PORTSDIR}/www/mod_php4-twig
PGADMDIR?= www/data/phpPgAdmin
PLIST_SUB+= PGADMDIR=${PGADMDIR}
OpenPOWER on IntegriCloud