diff options
author | dirk <dirk@FreeBSD.org> | 2000-02-25 23:43:27 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-02-25 23:43:27 +0000 |
commit | 6b4c099efcb99f34d101f8cda518f697fce378c2 (patch) | |
tree | 7daf9a75f88e27436ce568f1503aaa07a8bc9ad7 /www/mod_php5/Makefile | |
parent | 4bbf93da6c75cd429ec54ca3535ae9e68500cdd4 (diff) | |
download | FreeBSD-ports-6b4c099efcb99f34d101f8cda518f697fce378c2.zip FreeBSD-ports-6b4c099efcb99f34d101f8cda518f697fce378c2.tar.gz |
Merge openssl related changes from apache13-php3.
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r-- | www/mod_php5/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 5286218..53f80b4 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 |