aboutsummaryrefslogtreecommitdiffstats
path: root/lang/nickle
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 18:15:44 +0800
committerkris <kris@FreeBSD.org>2003-05-18 18:15:44 +0800
commit6d1e80877eed5d77a731ac7a8f5ac22e9ce19487 (patch)
tree87a860d286ec42be4dbf00e6d5d1a72bd7cbe8b7 /lang/nickle
parente6337684a674e6c3f5a382f4ca7ec4fcfbd10a3f (diff)
downloadfreebsd-ports-graphics-6d1e80877eed5d77a731ac7a8f5ac22e9ce19487.tar.gz
freebsd-ports-graphics-6d1e80877eed5d77a731ac7a8f5ac22e9ce19487.tar.zst
freebsd-ports-graphics-6d1e80877eed5d77a731ac7a8f5ac22e9ce19487.zip
BROKEN on 5.1: does not compile
Diffstat (limited to 'lang/nickle')
-rw-r--r--lang/nickle/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/nickle/Makefile b/lang/nickle/Makefile
index a973154ac52..ecaec8fb0e9 100644
--- a/lang/nickle/Makefile
+++ b/lang/nickle/Makefile
@@ -13,10 +13,16 @@ MASTER_SITES= http://www.nickle.org/release/
MAINTAINER= chrise@scardini.com
COMMENT= A desk calculator language
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= nickle.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>