diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /audio/scrobbler | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'audio/scrobbler')
-rw-r--r-- | audio/scrobbler/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/scrobbler/Makefile b/audio/scrobbler/Makefile index 89d1f1f60801..02bbc7eb3321 100644 --- a/audio/scrobbler/Makefile +++ b/audio/scrobbler/Makefile @@ -6,7 +6,7 @@ PORTNAME?= scrobbler PORTVERSION= 0.3.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://static.audioscrobbler.com/plugins/ \ http://www.pipian.com/stuffforchat/ @@ -23,7 +23,7 @@ CONFLICTS= bmp-scrobbler-[0-9]* \ USE_BZIP2= yes USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" @@ -36,14 +36,16 @@ WITH_BMP= yes .if defined(WITH_XMMS) LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms -PLIST_FILES+= lib/xmms/General/libxmms_scrobbler.so +PLIST_FILES+= lib/xmms/General/libxmms_scrobbler.la \ + lib/xmms/General/libxmms_scrobbler.so .else CONFIGURE_ARGS+= --disable-xmms-plugin .endif .if defined(WITH_BMP) LIB_DEPENDS+= beep.2:${PORTSDIR}/multimedia/beep-media-player -PLIST_FILES+= lib/bmp/General/libbmp_scrobbler.so +PLIST_FILES+= lib/bmp/General/libbmp_scrobbler.la \ + lib/bmp/General/libbmp_scrobbler.so .else CONFIGURE_ARGS+= --disable-bmp-plugin .endif |