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/libtunepimp-old | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'audio/libtunepimp-old')
-rw-r--r-- | audio/libtunepimp-old/Makefile | 4 | ||||
-rw-r--r-- | audio/libtunepimp-old/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/libtunepimp-old/Makefile b/audio/libtunepimp-old/Makefile index 2e5366f4b1d3..a65220e9c28e 100644 --- a/audio/libtunepimp-old/Makefile +++ b/audio/libtunepimp-old/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtunepimp PORTVERSION= 0.3.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ @@ -25,11 +26,10 @@ CONFLICTS= trm-0* USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ diff --git a/audio/libtunepimp-old/pkg-plist b/audio/libtunepimp-old/pkg-plist index 950bc6aa8465..d3888b75c7a1 100644 --- a/audio/libtunepimp-old/pkg-plist +++ b/audio/libtunepimp-old/pkg-plist @@ -6,6 +6,7 @@ include/tunepimp/tp_c.h include/tunepimp/track.h include/tunepimp/tunepimp.h lib/libtunepimp.a +lib/libtunepimp.la lib/libtunepimp.so lib/libtunepimp.so.2 @dirrm include/tunepimp |