aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php3/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-02-22 15:26:35 +0800
committerkris <kris@FreeBSD.org>2000-02-22 15:26:35 +0800
commit44c2f43c629b46fec387850ea9df5cc7625cb3f7 (patch)
treed193fd679bbf2a5eadc595b93b516a22ed61c0b9 /www/mod_php3/Makefile
parenta63cbc91927193419992e0a8d7f93b2d2c3458d3 (diff)
downloadfreebsd-ports-graphics-44c2f43c629b46fec387850ea9df5cc7625cb3f7.tar.gz
freebsd-ports-graphics-44c2f43c629b46fec387850ea9df5cc7625cb3f7.tar.zst
freebsd-ports-graphics-44c2f43c629b46fec387850ea9df5cc7625cb3f7.zip
USE_OPENSSL
Submitted by: Jim Bloom <bloom@acm.org>
Diffstat (limited to 'www/mod_php3/Makefile')
-rw-r--r--www/mod_php3/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile
index af20b972b21..e33a1e78263 100644
--- a/www/mod_php3/Makefile
+++ b/www/mod_php3/Makefile
@@ -172,4 +172,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