diff options
author | pgj <pgj@FreeBSD.org> | 2015-08-31 04:23:56 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2015-08-31 04:23:56 +0800 |
commit | f550f6ff61b0c5de946010619beea2982e5a9d97 (patch) | |
tree | 5bd5c7edf316591d390a5bc3fba8d2556cd78536 /audio | |
parent | 808b8617b7beef17e91450688de09b92371fe60e (diff) | |
download | freebsd-ports-gnome-f550f6ff61b0c5de946010619beea2982e5a9d97.tar.gz freebsd-ports-gnome-f550f6ff61b0c5de946010619beea2982e5a9d97.tar.zst freebsd-ports-gnome-f550f6ff61b0c5de946010619beea2982e5a9d97.zip |
- Fix the USE_CABAL line that was missed during the latest update
Obtained from: FreeBSD Haskell
Diffstat (limited to 'audio')
-rw-r--r-- | audio/hs-ALUT/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile index 146a778bc6c8..6f600f16d8af 100644 --- a/audio/hs-ALUT/Makefile +++ b/audio/hs-ALUT/Makefile @@ -3,6 +3,7 @@ PORTNAME= ALUT PORTVERSION= 2.4.0.0 +PORTREVISION= 1 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +11,7 @@ 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}) |