diff options
author | ahze <ahze@FreeBSD.org> | 2005-01-21 16:41:54 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-01-21 16:41:54 +0800 |
commit | a11eb9c5ff2671b8c5947c06f243512942fff507 (patch) | |
tree | 43a551babe58a5d11a174c78cc37bc43cf4af656 /audio/mp3splt | |
parent | c57442f6b3c57e6d20e34a119e0aa5a866408801 (diff) | |
download | freebsd-ports-gnome-a11eb9c5ff2671b8c5947c06f243512942fff507.tar.gz freebsd-ports-gnome-a11eb9c5ff2671b8c5947c06f243512942fff507.tar.zst freebsd-ports-gnome-a11eb9c5ff2671b8c5947c06f243512942fff507.zip |
- Depend on audio/libmad not audio/mad for libmad
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 96e69b59c4ff..7869fe2021eb 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -7,6 +7,7 @@ PORTNAME= mp3splt PORTVERSION= 2.1b +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= q@uni.de COMMENT= Utility to split mp3 and ogg files (via CUE sheets) -LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad \ +LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ vorbis.3:${PORTSDIR}/audio/libvorbis \ ogg.5:${PORTSDIR}/audio/libogg |