diff options
author | kris <kris@FreeBSD.org> | 2004-03-07 07:52:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-07 07:52:02 +0800 |
commit | 64d7567ae87a854a0da58617fc441e34db8816cf (patch) | |
tree | f4f34d219dfcd2f7ebc23e7803a40b2f2260218a /www/mod_php3 | |
parent | c6c7245b2d838b19fb3a5a25fc33ede9b55b8cac (diff) | |
download | freebsd-ports-gnome-64d7567ae87a854a0da58617fc441e34db8816cf.tar.gz freebsd-ports-gnome-64d7567ae87a854a0da58617fc441e34db8816cf.tar.zst freebsd-ports-gnome-64d7567ae87a854a0da58617fc441e34db8816cf.zip |
BROKEN on !i386 and !alpha: Does not compile
Diffstat (limited to 'www/mod_php3')
-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> |