aboutsummaryrefslogtreecommitdiff
path: root/audio/easytag
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2012-09-23 17:29:12 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2012-09-23 17:29:12 +0000
commit38705e37bbc7ed0885f16a4d5841b78c53cf780d (patch)
tree03f8f1087f637c9d20253227dbe56688fd1ac8bd /audio/easytag
parent5547c29967774dc8d414a79797c3c9285a8c0650 (diff)
downloadports-38705e37bbc7ed0885f16a4d5841b78c53cf780d.tar.gz
ports-38705e37bbc7ed0885f16a4d5841b78c53cf780d.zip
- Add a missing dependency on libid3tag [1]
- Drop shlib versions from the dependency lines - Update headers to the new format PR: 171585 [1] Submitted by: Christopher J. Ruwe <cjr@cruwe.de> [1]
Notes
Notes: svn path=/head/; revision=304754
Diffstat (limited to 'audio/easytag')
-rw-r--r--audio/easytag/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index 7d8ba0bfc5f8..2e9594ff7776 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: easytag-devel
-# Date created: 15 Feb 2005
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= easytag
PORTVERSION= 2.1.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28gtk%202%29/${PORTVERSION:C/\.[0-9]+$//}
@@ -15,9 +11,10 @@ MAINTAINER= novel@FreeBSD.org
COMMENT= GTK2 Tag editor for MP3 and OGG files
LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib \
+ id3tag:${PORTSDIR}/audio/libid3tag \
vorbis:${PORTSDIR}/audio/libvorbis \
FLAC:${PORTSDIR}/audio/flac \
- mp4v2.10:${PORTSDIR}/multimedia/mp4v2
+ mp4v2:${PORTSDIR}/multimedia/mp4v2
MAN1= easytag.1
CONFLICTS= easytag-devel-[0-9]*
@@ -30,7 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GTK
LDFLAGS+= -L${LOCALBASE}/lib
.if defined(WITH_WAVPACK)
-LIB_DEPENDS+= wavpack.2:${PORTSDIR}/audio/wavpack
+LIB_DEPENDS+= wavpack:${PORTSDIR}/audio/wavpack
CONFIGURE_ARGS+= --enable-wavpack
.else
CONFIGURE_ARGS+= --disable-wavpack