diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 03:49:32 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 03:49:32 +0000 |
commit | c4aebd467cd2c219c6870c0ef038a76bc2850c80 (patch) | |
tree | c0866f6e74ae506e4a037c4c7092b52e8f145318 /audio/hs-ALUT | |
parent | aac32349c902a5c9abd567ac3388e17b7c422eff (diff) |
Notes
Diffstat (limited to 'audio/hs-ALUT')
-rw-r--r-- | audio/hs-ALUT/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile index 441b15ade238..29986a65f1f6 100644 --- a/audio/hs-ALUT/Makefile +++ b/audio/hs-ALUT/Makefile @@ -7,7 +7,7 @@ PORTNAME= ALUT PORTVERSION= 2.2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org @@ -19,7 +19,6 @@ CABAL_SETUP= Setup.hs USE_CABAL= OpenAL StateVar USE_OPENAL= al alut -PORTEXAMPLES= * INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |