summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-16 20:30:58 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-16 20:30:58 +0000
commit4cd0e5711d14706a00dc5da6a493be305967dc3f (patch)
tree2398b40b8ed148e2f57178d38530fd4530ca7348 /lang
parentCommit the distinfo too... (diff)
Requires newer version of perl than base in 4.x
Notes
Notes: svn path=/head/; revision=145590
Diffstat (limited to 'lang')
-rw-r--r--lang/ghc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index c348727f808d..15fe7b9f4f94 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -35,6 +35,10 @@ LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
.endif
.endif
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires newer version of perl
+.endif
+
WANT_AUTOCONF_VER=259 # Need this to regenerate patched configure in OpenAL
LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 \
glut.3:${PORTSDIR}/graphics/libglut \