diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 06:00:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 06:00:43 +0800 |
commit | b762f08b06bb3eb57ec1bc6a75f77c2e411e78cc (patch) | |
tree | 984949f97dbb4b1843d45140f7d136513e849c5b /www/osb-nrcit | |
parent | 9a2d97ff5656d0546444c41be194f089c0251dec (diff) | |
download | freebsd-ports-gnome-b762f08b06bb3eb57ec1bc6a75f77c2e411e78cc.tar.gz freebsd-ports-gnome-b762f08b06bb3eb57ec1bc6a75f77c2e411e78cc.tar.zst freebsd-ports-gnome-b762f08b06bb3eb57ec1bc6a75f77c2e411e78cc.zip |
BROKEN on !i386: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'www/osb-nrcit')
-rw-r--r-- | www/osb-nrcit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/osb-nrcit/Makefile b/www/osb-nrcit/Makefile index 3485f3f34b6f..8ea59d95f793 100644 --- a/www/osb-nrcit/Makefile +++ b/www/osb-nrcit/Makefile @@ -22,4 +22,10 @@ USE_GNOME= gtk20 gnomehack INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + +.include <bsd.port.post.mk> |