summaryrefslogtreecommitdiff
path: root/www/mod_php5/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-02-25 23:43:27 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-02-25 23:43:27 +0000
commit76b2502c1a8d5221dd35980ded7f8a1cf7ab2acb (patch)
treee9b0cb3abf89c0ca0c733705a10e85644405cf49 /www/mod_php5/Makefile
parent-p is already included in ${MKDIR}. (diff)
Merge openssl related changes from apache13-php3.
Notes
Notes: svn path=/head/; revision=26294
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r--www/mod_php5/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 5286218b36d2..53f80b4d8301 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -171,4 +171,10 @@ clean:
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
+
+# Modssl needs to include bsd.port.pre.mk, so correct for this situation.
+.if defined(_PREMKINCLUDED)
+.include <bsd.port.post.mk>
+.else
.include <bsd.port.mk>
+.endif