diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-01-09 15:10:06 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-01-09 15:10:06 +0000 |
commit | 3a69c6703abf1ca2ed380d9cb800a114443f2a66 (patch) | |
tree | 019c5c84cdafe5aa52498d9e34e498d93dbc959a /databases | |
parent | Remove no longer needed @unexec line. (diff) |
Fix missing '.' in '.if'.
Submitted by: "Dan Langille" <dan@langille.org>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/phppgadmin/Makefile | 2 |
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 |