diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-07-06 21:25:59 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-07-06 21:25:59 +0000 |
commit | 94d47b2ecd581b68ef0e363f9ff1145074acc0a0 (patch) | |
tree | 237d3a327976b01fb3b1ba117cdb3fbf5c71466e /audio/liboggz | |
parent | 033d15101864d3cf997968dd46cfc5226fd903fd (diff) | |
download | ports-94d47b2ecd581b68ef0e363f9ff1145074acc0a0.tar.gz ports-94d47b2ecd581b68ef0e363f9ff1145074acc0a0.zip |
Notes
Diffstat (limited to 'audio/liboggz')
-rw-r--r-- | audio/liboggz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/liboggz/Makefile b/audio/liboggz/Makefile index 08b4cef6e98b..70dc0735a15d 100644 --- a/audio/liboggz/Makefile +++ b/audio/liboggz/Makefile @@ -7,13 +7,14 @@ PORTNAME= liboggz DISTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.annodex.net/software/liboggz/download/ CENKES MAINTAINER= jsa@wickedmachine.net COMMENT= Simple Ogg API -LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig |