summaryrefslogtreecommitdiff
path: root/audio/easytag
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-08-11 20:58:04 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-08-11 20:58:04 +0000
commit526f368c1f14049f2973cf1e394ac47f2b2b2a55 (patch)
treeadfab435172ba1503f50e9c1704611af679726b1 /audio/easytag
parentDisconnect multimedia/mpeg4ip-libmp4v2 (diff)
Chase multimedia/mp4v2 update.
PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk>
Notes
Notes: svn path=/head/; revision=259121
Diffstat (limited to 'audio/easytag')
-rw-r--r--audio/easytag/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index fb94a4b9b600..9d2f3eeee043 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -7,7 +7,7 @@
PORTNAME= easytag
PORTVERSION= 2.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28gtk%202%29/${PORTVERSION}
@@ -17,7 +17,7 @@ COMMENT= GTK2 Tag editor for MP3 and OGG files
LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib \
vorbis:${PORTSDIR}/audio/libvorbis \
FLAC:${PORTSDIR}/audio/flac \
- mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
+ mp4v2.10:${PORTSDIR}/multimedia/mp4v2
MAN1= easytag.1
CONFLICTS= easytag-devel-[0-9]*
@@ -36,4 +36,9 @@ CONFIGURE_ARGS+= --enable-wavpack
CONFIGURE_ARGS+= --disable-wavpack
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|<mp4\.h>|<mp4v2/mp4v2.h>|g' \
+ ${WRKSRC}/src/mp4_header.c \
+ ${WRKSRC}/src/mp4_tag.c
+
.include <bsd.port.mk>