aboutsummaryrefslogtreecommitdiffstats
path: root/databases/phppgadmin/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-07-06 22:24:35 +0800
committerdinoex <dinoex@FreeBSD.org>2004-07-06 22:24:35 +0800
commitb1b4e7276c9b00af83c95fb28d7c39554dc06f10 (patch)
tree0e510978658866aa249064ba984926828e0728e0 /databases/phppgadmin/Makefile
parentc83d7dbae3780c2cb30db7ff0bd6f0ff87e03b93 (diff)
downloadfreebsd-ports-gnome-b1b4e7276c9b00af83c95fb28d7c39554dc06f10.tar.gz
freebsd-ports-gnome-b1b4e7276c9b00af83c95fb28d7c39554dc06f10.tar.zst
freebsd-ports-gnome-b1b4e7276c9b00af83c95fb28d7c39554dc06f10.zip
- 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 58af41cb2bf7..91d82a717374 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}