diff options
author | kris <kris@FreeBSD.org> | 2004-03-18 20:38:15 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-18 20:38:15 +0800 |
commit | fba0574f21ad116fe7e72d096ee923d81511fdfc (patch) | |
tree | fc52f23340fe8d6a0a8954fdf263c0ec35e54d05 /graphics | |
parent | 767c31eb59e31d50516d58399c555b75e2d5a16c (diff) | |
download | freebsd-ports-gnome-fba0574f21ad116fe7e72d096ee923d81511fdfc.tar.gz freebsd-ports-gnome-fba0574f21ad116fe7e72d096ee923d81511fdfc.tar.zst freebsd-ports-gnome-fba0574f21ad116fe7e72d096ee923d81511fdfc.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/irit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/irit/Makefile b/graphics/irit/Makefile index beb0c373ad74..0cdc9575f2b5 100644 --- a/graphics/irit/Makefile +++ b/graphics/irit/Makefile @@ -52,6 +52,12 @@ PLIST_SUB= WITH_MOTIF="" PKGMESSAGE= ${WRKDIR}/pkg-message +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + .ifndef (WITH_MOTIF) pre-everything:: @${ECHO_CMD} "" @@ -93,4 +99,4 @@ post-install: @(${SED} -e 's|%%DATADIR%%|${DATADIR}|' \ <pkg-message >${PKGMESSAGE} && ${CAT} ${PKGMESSAGE}) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |