diff options
Diffstat (limited to 'lang/ghc/Makefile')
-rw-r--r-- | lang/ghc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 15fe7b9f4f94..309b0fcfcca8 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -39,7 +39,7 @@ LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x IGNORE= requires newer version of perl .endif -WANT_AUTOCONF_VER=259 # Need this to regenerate patched configure in OpenAL +USE_AUTOTOOLS= autoconf:259:env LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 \ glut.3:${PORTSDIR}/graphics/libglut \ openal.0:${PORTSDIR}/audio/openal \ |