diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-11-27 05:30:04 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-11-27 05:30:04 +0000 |
commit | 8d95e7a8cced241842c9440dd8a9eb443f69ba15 (patch) | |
tree | b6651a3d61442ee3e1faa1ac02b9afc2d1f7a7fa | |
parent | d3d40a56c8884fccddfc058629b671375fa42dcf (diff) | |
download | ports-8d95e7a8cced241842c9440dd8a9eb443f69ba15.tar.gz ports-8d95e7a8cced241842c9440dd8a9eb443f69ba15.zip |
Fix dependencies for mp3 tagging support.
PR: 118016
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=202842
-rw-r--r-- | audio/easytag-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile index f98de06e7e38..97e689cd123e 100644 --- a/audio/easytag-devel/Makefile +++ b/audio/easytag-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= easytag PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= novel@FreeBSD.org COMMENT= GTK2 Tag editor for MP3 and OGG files -LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib \ +LIB_DEPENDS= id3tag:${PORTSDIR}/audio/libid3tag \ vorbis:${PORTSDIR}/audio/libvorbis \ FLAC:${PORTSDIR}/audio/flac \ mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 @@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --disable-wavpack .if defined(WITHOUT_ID3V23) CONFIGURE_ARGS+= --disable-id3v23 .else -LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag +LIB_DEPENDS+= id3:${PORTSDIR}/audio/id3lib .endif .include <bsd.port.mk> |