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 | |
parent | Fix plist. (diff) |
BROKEN on !i386: Does not compile
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=132028
Diffstat (limited to 'www')
-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> |