diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-16 20:30:58 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-16 20:30:58 +0000 |
commit | 4cd0e5711d14706a00dc5da6a493be305967dc3f (patch) | |
tree | 2398b40b8ed148e2f57178d38530fd4530ca7348 /lang | |
parent | fe3158aa1a38f749bdd5c5241c7c8754bc02919a (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/Makefile | 4 |
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 \ |