Date: Sun, 30 Aug 2015 20:23:56 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395642 - head/audio/hs-ALUT Message-ID: <201508302023.t7UKNu1M033041@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pgj Date: Sun Aug 30 20:23:56 2015 New Revision: 395642 URL: https://svnweb.freebsd.org/changeset/ports/395642 Log: - Fix the USE_CABAL line that was missed during the latest update Obtained from: FreeBSD Haskell Modified: head/audio/hs-ALUT/Makefile Modified: head/audio/hs-ALUT/Makefile ============================================================================== --- head/audio/hs-ALUT/Makefile Sun Aug 30 20:20:31 2015 (r395641) +++ head/audio/hs-ALUT/Makefile Sun Aug 30 20:23:56 2015 (r395642) @@ -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 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})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508302023.t7UKNu1M033041>