diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-18 12:38:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-18 12:38:15 +0000 |
commit | 4f9eb83f88ff767a90b2c5a8f4c0ef0fb2327e98 (patch) | |
tree | d370731b4ad7fca9f8741dca74955f9bee9ae8ef /graphics/irit | |
parent | 02a87edf103791ae33a357ca12db7a6538889d5e (diff) | |
download | ports-4f9eb83f88ff767a90b2c5a8f4c0ef0fb2327e98.tar.gz ports-4f9eb83f88ff767a90b2c5a8f4c0ef0fb2327e98.zip |
Notes
Diffstat (limited to 'graphics/irit')
-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> |