aboutsummaryrefslogtreecommitdiffstats
path: root/www/osb-nrcit
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 06:00:43 +0800
committerkris <kris@FreeBSD.org>2005-03-27 06:00:43 +0800
commitb762f08b06bb3eb57ec1bc6a75f77c2e411e78cc (patch)
tree984949f97dbb4b1843d45140f7d136513e849c5b /www/osb-nrcit
parent9a2d97ff5656d0546444c41be194f089c0251dec (diff)
downloadfreebsd-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/Makefile8
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>