diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:00:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:00:43 +0000 |
commit | 519f05742fe2c41e9c0b8e075c8ed2260bb38b37 (patch) | |
tree | 6a2cb873061ea500648cf71828fe9dc65c6a3bdc /www/osb-nrcit | |
parent | 6c8de996fe7a9dc35da46877563cdded5455413f (diff) | |
download | ports-519f05742fe2c41e9c0b8e075c8ed2260bb38b37.tar.gz ports-519f05742fe2c41e9c0b8e075c8ed2260bb38b37.zip |
Notes
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> |