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-OpenAL | |
parent | aac32349c902a5c9abd567ac3388e17b7c422eff (diff) |
Notes
Diffstat (limited to 'audio/hs-OpenAL')
-rw-r--r-- | audio/hs-OpenAL/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile index 55a7d8d6103e..34cdee537b72 100644 --- a/audio/hs-OpenAL/Makefile +++ b/audio/hs-OpenAL/Makefile @@ -7,7 +7,7 @@ PORTNAME= OpenAL PORTVERSION= 1.4.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org @@ -19,7 +19,6 @@ CABAL_SETUP= Setup.hs USE_CABAL= ObjectName StateVar Tensor USE_OPENAL= al -PORTEXAMPLES= * INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |