diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 23:52:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 23:52:02 +0000 |
commit | a67dce06c2cf3f0b4f519c8cb4bc37ff0d36c6e9 (patch) | |
tree | fcfa9a6b0258963e64af7719cbc93b199b62fbca | |
parent | BROKEN on !i386 and !alpha: Does not compile (diff) |
BROKEN on !i386 and !alpha: Does not compile
Notes
Notes:
svn path=/head/; revision=103153
-rw-r--r-- | www/mod_php3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 4531b19dbde7..f95c58a737d5 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -64,6 +64,12 @@ AP_LIBEXEC= ${PREFIX}/libexec/apache PLIST_SUB= AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///} +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${ARCH} != "alpha" +BROKEN= "Does not compile on !i386 and !alpha" +.endif + pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php @@ -105,4 +111,4 @@ LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .endif .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |