diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:44:03 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:44:03 +0000 |
commit | 30587b71c295aa8390c7bfa294a89bd80cb7b8ce (patch) | |
tree | e5ec60956c799dd57754a970be6a41ed50bc7080 /audio/oggsplit | |
parent | 58f70f4c9436aeb8109c50813e0cc45eb0d878f9 (diff) | |
download | ports-30587b71c295aa8390c7bfa294a89bd80cb7b8ce.tar.gz ports-30587b71c295aa8390c7bfa294a89bd80cb7b8ce.zip |
Notes
Diffstat (limited to 'audio/oggsplit')
-rw-r--r-- | audio/oggsplit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/oggsplit/Makefile b/audio/oggsplit/Makefile index f7de48d018e3..19ac1c2d2af4 100644 --- a/audio/oggsplit/Makefile +++ b/audio/oggsplit/Makefile @@ -6,14 +6,14 @@ PORTNAME= oggsplit PORTVERSION= 0.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://homepage.ntlworld.com/jfe1205/OggVorbis/ MAINTAINER= pav@FreeBSD.org COMMENT= Split multiplexed (grouped or chained) Ogg files into separate streams -LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg USE_BZIP2= yes USE_GMAKE= yes |