aboutsummaryrefslogtreecommitdiff
path: root/audio/hs-OpenAL/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2015-08-20 23:02:14 +0000
committerGabor Pali <pgj@FreeBSD.org>2015-08-20 23:02:14 +0000
commit39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch)
tree607a5ca77efd301a2b4dc49b05d108829fcffa77 /audio/hs-OpenAL/Makefile
parent75b64b1cb42c127b71646f039269eb7bd560d8ef (diff)
downloadports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz
ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip
Notes
Diffstat (limited to 'audio/hs-OpenAL/Makefile')
-rw-r--r--audio/hs-OpenAL/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile
index c614ec639ced..241725d1d8f3 100644
--- a/audio/hs-OpenAL/Makefile
+++ b/audio/hs-OpenAL/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= OpenAL
-PORTVERSION= 1.6.0.0
-PORTREVISION= 1
+PORTVERSION= 1.7.0.0
CATEGORIES= audio haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,7 +10,7 @@ COMMENT= Binding to the OpenAL cross-platform 3D audio API
LICENSE= BSD3CLAUSE
-USE_CABAL= OpenGL>=2.9.0.0
+USE_CABAL= ObjectName>=1.1 OpenGL>=2.12 StateVar>=1.1
USES= openal:al
INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})