diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 05:50:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 05:50:30 +0800 |
commit | 2b608721e2fd69f2fc28c7008c659631151c6c30 (patch) | |
tree | 5e7f2711e53044a74894c948fad581a0f0bb351a /audio | |
parent | f1dc3ed5c7ca488602e7722513cc7b3cb79a3f96 (diff) | |
download | marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.gz marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.bz2 marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.lz marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.xz marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.zst marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.zip |
Switch to USES=libtool:keepla for now. While I rather want to ditch .la files
I think we need to keep em a cycle. So that other ports have a chance to
update there .la files not to record dependancies .la files.
sprinkle some USE_AUTOTOOLS=libtool -> libtoolize. This will give us base
libtool (ltmain.sh and libtool.m4) files. But doesn't depend on
${LOCALBASE}/bin/libtool
INSTALL_TARGET=install-strip and misc smaller cleanups.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19578 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnome-music/Makefile | 2 | ||||
-rw-r--r-- | audio/libcanberra/Makefile | 2 | ||||
-rw-r--r-- | audio/pulseaudio/Makefile | 2 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/gnome-music/Makefile b/audio/gnome-music/Makefile index e0b008552..94ec8aa33 100644 --- a/audio/gnome-music/Makefile +++ b/audio/gnome-music/Makefile @@ -14,7 +14,7 @@ COMMENT= GNOME music playing application BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libgrilo-0.2.so:${PORTSDIR}/net/grilo -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack \ introspection:build diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index ffa1fd0a1..8482765f0 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LGPL LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake libtool:keepla pathfix pkgconfig tar:xz USE_GNOME= gnomehier gnomeprefix gtk20 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 017c66db3..3f5e5a8cd 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ USE_GNOME= glib20 intltool gnomehier USE_XORG= x11 sm xtst ice USE_LDCONFIG= yes -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl #MAKE_JOBS_UNSAFE=yes diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index aaf2f4a13..b55bfd6e3 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= libmusicbrainz5.so:${PORTSDIR}/audio/libmusicbrainz5 \ libsecret-1.so:${PORTSDIR}/security/libsecret \ libbrasero-media3.so:${PORTSDIR}/sysutils/brasero -USES= desktop-file-utils gettext gmake libtool pathfix \ +USES= desktop-file-utils gettext gmake libtool:keepla pathfix \ pkgconfig tar:xz USE_GNOME= intlhack gnomeprefix gtk30 introspection:build USE_XORG= ice xproto |