Index: head/audio/hs-ALUT/Makefile =================================================================== --- head/audio/hs-ALUT/Makefile (revision 395641) +++ head/audio/hs-ALUT/Makefile (revision 395642) @@ -1,19 +1,20 @@ # Created by: Giuseppe Pilichi aka Jacula Modyun # $FreeBSD$ PORTNAME= ALUT PORTVERSION= 2.4.0.0 +PORTREVISION= 1 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Binding for the OpenAL Utility Toolkit LICENSE= BSD3CLAUSE -USE_CABAL= OpenAL>=1.6.0.0 OpenGL>=2.9.0.0 +USE_CABAL= OpenAL>=1.7 StateVar>=1.1 USES= openal:al,alut INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include