diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-06-23 09:15:54 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-06-23 09:15:54 +0000 |
commit | 1e147499ac4554d2a4372f7bc2f1ba413f8590cd (patch) | |
tree | d547f68664013d389e5a2c59fa8bf3c982f83c54 /audio/libgroove/Makefile | |
parent | 243ea98154e8817bb4af56c383dfacdd441e484f (diff) | |
download | ports-1e147499ac4554d2a4372f7bc2f1ba413f8590cd.tar.gz ports-1e147499ac4554d2a4372f7bc2f1ba413f8590cd.zip |
Notes
Diffstat (limited to 'audio/libgroove/Makefile')
-rw-r--r-- | audio/libgroove/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/libgroove/Makefile b/audio/libgroove/Makefile index ddbfc3bedf25..b843e7f8c737 100644 --- a/audio/libgroove/Makefile +++ b/audio/libgroove/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgroove -PORTVERSION= 4.1.0 +PORTVERSION= 4.1.1 CATEGORIES= audio MAINTAINER= gahr@FreeBSD.org @@ -16,11 +16,12 @@ LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/libav \ libspeexdsp.so:${PORTSDIR}/audio/speex \ libSDL2.so:${PORTSDIR}/devel/sdl20 -USES= cmake:outsource +USES= cmake:outsource +USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= andrewrk -GH_COMMIT= c0b3813 +GH_COMMIT= 1b90d6c PLIST_SUB+= VER1=${PORTVERSION:R:R} \ VER3=${PORTVERSION} |