diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-09-11 10:32:48 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-09-11 10:32:48 +0000 |
commit | 828425b0621c24e89b50de71746eee727e57956e (patch) | |
tree | 32eababd99098dbdb3209ba71089a1315476c578 /databases/phppgadmin | |
parent | Update lang/ruby and lang/ruby-devel to the latest snapshots. (diff) |
Default to using PHP4 and not PHP3, as recommended by the phpPgAdmin
site, and also because it makes it work better out the box. Thanks
Paul.
Submitted by: Paul Pathiakis <ppathiakis@homeportfolio.com>
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 3 |
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 |