aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2001-09-11 10:32:48 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2001-09-11 10:32:48 +0000
commit828425b0621c24e89b50de71746eee727e57956e (patch)
tree32eababd99098dbdb3209ba71089a1315476c578 /databases
parentdf7ea5b6547e2d808da211df941cdf688a787a71 (diff)
downloadports-828425b0621c24e89b50de71746eee727e57956e.tar.gz
ports-828425b0621c24e89b50de71746eee727e57956e.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/phppgadmin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index cc63a88dd905..9cf3a5ff7ba1 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -7,13 +7,14 @@
PORTNAME= phppgadmin
PORTVERSION= 2.3
+PORTREVISION= 1
CATEGORIES= databases www
MASTER_SITES= ftp://ftp.greatbridge.org/pub/phppgadmin/stable/
DISTNAME= phpPgAdmin_2-3
MAINTAINER= nbm@FreeBSD.org
-.if defined(WITH_PHP4)
+.if !defined(WITH_PHP3)
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
.else
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3