diff options
author | kris <kris@FreeBSD.org> | 2004-02-26 16:07:54 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-26 16:07:54 +0800 |
commit | ce2cc2962000f58ecab1abcf2f0f3d1f2bbd525a (patch) | |
tree | 11acb7a3db1ba0ce879b535b0bc32458fb821532 /lang/bigloo | |
parent | 1950851600a630e8d103b9e130406dcd44871838 (diff) | |
download | freebsd-ports-gnome-ce2cc2962000f58ecab1abcf2f0f3d1f2bbd525a.tar.gz freebsd-ports-gnome-ce2cc2962000f58ecab1abcf2f0f3d1f2bbd525a.tar.zst freebsd-ports-gnome-ce2cc2962000f58ecab1abcf2f0f3d1f2bbd525a.zip |
BROKEN on !i386 and !amd64: does not compile
Diffstat (limited to 'lang/bigloo')
-rw-r--r-- | lang/bigloo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index f111f58cd1ac..de0b40504054 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -42,6 +42,10 @@ post-configure: .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" +.endif + post-install: install-info @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/bigloo.sh | ${SED} "s|%%BIGLOO_VERSION%%|${PORTVERSION}|g" > ${PREFIX}/etc/rc.d/000.bigloo.sh @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.bigloo.sh |