- Fix the USE_CABAL line that was missed during the latest update

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2015-08-30 20:23:56 +00:00
parent 15b54b6841
commit f67f021520
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395642

View File

@ -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})