diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-11-19 16:13:33 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-11-19 16:13:33 +0000 |
commit | a665e766842ae542ab5bc6abb539e3576670704a (patch) | |
tree | 0d74e0a8c7895d0415be79b082970633750213f0 /audio/kid3/Makefile | |
parent | ba3bbf5bdc240b058185fe5d61185a2db5f7d279 (diff) | |
download | ports-a665e766842ae542ab5bc6abb539e3576670704a.tar.gz ports-a665e766842ae542ab5bc6abb539e3576670704a.zip |
Notes
Diffstat (limited to 'audio/kid3/Makefile')
-rw-r--r-- | audio/kid3/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index 04c9e9d69e2d..88536c3cf803 100644 --- a/audio/kid3/Makefile +++ b/audio/kid3/Makefile @@ -7,6 +7,7 @@ PORTNAME= kid3 PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,7 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ FLAC.7:${PORTSDIR}/audio/flac \ ogg.5:${PORTSDIR}/audio/libogg \ vorbis.3:${PORTSDIR}/audio/libvorbis \ - tunepimp-0.4.3:${PORTSDIR}/audio/libtunepimp-old + tunepimp.5:${PORTSDIR}/audio/libtunepimp USE_KDELIBS_VER=3 USE_GMAKE= yes @@ -26,14 +27,6 @@ USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS+=CFLAGS=-I${LOCALBASE}/include/tunepimp-0.4 \ - LDFLAGS=-L${LOCALBASE}/lib/tunepimp-0.4 - -post-patch: - @${REINPLACE_CMD} -e 's|-ltunepimp|-ltunepimp-0.4|g' \ - -e 's|<tunepimp/tp_c.h>|<tunepimp-0.4/tunepimp/tp_c.h>|g' \ - ${WRKSRC}/configure ${WRKSRC}/kid3/musicbrainzclient.h \ - ${WRKSRC}/admin/Makefile .include <bsd.port.pre.mk> @@ -42,4 +35,3 @@ IGNORE= does not compile on FreeBSD 4.x .endif .include <bsd.port.post.mk> - |