diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /audio/taglib/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'audio/taglib/Makefile')
-rw-r--r-- | audio/taglib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index 65dd69b62a91..a8a99ea89e11 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -7,7 +7,7 @@ PORTNAME= taglib PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://ktown.kde.org/~wheeler/files/src/ @@ -16,7 +16,6 @@ COMMENT= Library for manipulating ID3 tags and Ogg comments GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes USE_REINPLACE= yes @@ -25,7 +24,7 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e \ - "s#\$$(libdir)/pkgconfig#${LOCALBASE}/libdata/pkgconfig#g" \ + "s#\$$(libdir)/pkgconfig#${PREFIX}/libdata/pkgconfig#g" \ ${WRKSRC}/taglib/Makefile.in .include <bsd.port.mk> |