diff options
author | trasz <trasz@FreeBSD.org> | 2009-07-19 22:05:02 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-07-19 22:05:02 +0800 |
commit | f83314c6fc26809cae1101229a26e03bffd19998 (patch) | |
tree | 1027eb048ae0d12e97cbfa645a511ead845dc7be /audio/celt/Makefile | |
parent | 9ab801ee016e9e1aea8a3e7163bddfec6955a000 (diff) | |
download | freebsd-ports-gnome-f83314c6fc26809cae1101229a26e03bffd19998.tar.gz freebsd-ports-gnome-f83314c6fc26809cae1101229a26e03bffd19998.tar.zst freebsd-ports-gnome-f83314c6fc26809cae1101229a26e03bffd19998.zip |
Update to 0.6.1.
Diffstat (limited to 'audio/celt/Makefile')
-rw-r--r-- | audio/celt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/celt/Makefile b/audio/celt/Makefile index 8a327d19bdab..34ce6f61a24c 100644 --- a/audio/celt/Makefile +++ b/audio/celt/Makefile @@ -6,8 +6,7 @@ # PORTNAME= celt -PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTVERSION= 0.6.1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/celt/ @@ -17,6 +16,7 @@ COMMENT= The CELT ultra-low delay audio codec LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-ogg=${LOCALBASE} USE_GMAKE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack |