diff options
Diffstat (limited to 'audio/hs-OpenAL/Makefile')
-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 3646171858fb..1162c613513e 100644 --- a/audio/hs-OpenAL/Makefile +++ b/audio/hs-OpenAL/Makefile @@ -3,6 +3,7 @@ PORTNAME= OpenAL PORTVERSION= 1.4.0.2 +PORTREVISION= 1 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +11,6 @@ COMMENT= A binding to the OpenAL cross-platform 3D audio API LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= ObjectName StateVar Tensor USE_OPENAL= al |