aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ikarus
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-05-19 23:25:18 +0800
committererwin <erwin@FreeBSD.org>2009-05-19 23:25:18 +0800
commit90489baaa5a4df68ac4a0a104e8eba9192854c70 (patch)
tree45c4da1618bd11c16bf1fc604afe32d1fe24229d /lang/ikarus
parent7542d020380ee05e8ae10101cc8706f424c1c99b (diff)
downloadfreebsd-ports-gnome-90489baaa5a4df68ac4a0a104e8eba9192854c70.tar.gz
freebsd-ports-gnome-90489baaa5a4df68ac4a0a104e8eba9192854c70.tar.zst
freebsd-ports-gnome-90489baaa5a4df68ac4a0a104e8eba9192854c70.zip
Make NO_PACKAGE unconditional, as it's already only for i386.
Submitted by: pointyhat
Diffstat (limited to 'lang/ikarus')
-rw-r--r--lang/ikarus/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/ikarus/Makefile b/lang/ikarus/Makefile
index cdb20010bf90..de7a6c1182b6 100644
--- a/lang/ikarus/Makefile
+++ b/lang/ikarus/Makefile
@@ -24,6 +24,7 @@ CONFIGURE_ARGS+=\
LDFLAGS="-L${LOCALBASE}/lib"
ONLY_FOR_ARCHS= i386
+NO_PACKAGE= Pointyhat cluster CPUs do not support required SSE instruction set
.include <bsd.port.pre.mk>
@@ -32,10 +33,6 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.in \
${FILESDIR}/extra-patch-doc__Makefile.in
.endif
-.if ${OSVERSION} < 700000
-NO_PACKAGE= Pointyhat cluster CPUs do not support required SSE instruction set
-.endif
-
.if ${OSVERSION} < 700042
USE_GCC= 4.2+
.endif