summaryrefslogtreecommitdiff
path: root/databases/phppgadmin
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2003-01-09 15:10:06 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2003-01-09 15:10:06 +0000
commit3a69c6703abf1ca2ed380d9cb800a114443f2a66 (patch)
tree019c5c84cdafe5aa52498d9e34e498d93dbc959a /databases/phppgadmin
parentRemove no longer needed @unexec line. (diff)
Fix missing '.' in '.if'.
Submitted by: "Dan Langille" <dan@langille.org>
Notes
Notes: svn path=/head/; revision=72813
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r--databases/phppgadmin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index fbf11676bfb7..1a45bc2908d1 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -15,7 +15,7 @@ DISTNAME= phpPgAdmin_${PORTVERSION:S/./-/g}
MAINTAINER= nbm@FreeBSD.org
.if !defined(WITH_PHP3)
-if defined(WITH_APACHE2)
+.if defined(WITH_APACHE2)
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
.else
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4