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 /security | |
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 'security')
-rw-r--r-- | security/gcr/Makefile | 4 | ||||
-rw-r--r-- | security/gnome-keyring/Makefile | 2 | ||||
-rw-r--r-- | security/libgnome-keyring/Makefile | 2 | ||||
-rw-r--r-- | security/seahorse/Makefile | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/security/gcr/Makefile b/security/gcr/Makefile index 2bdb7b3dc..e8febca96 100644 --- a/security/gcr/Makefile +++ b/security/gcr/Makefile @@ -20,8 +20,8 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ CONFLICTS= gnome-keyring-2.[0-9]* USE_GNOME= gtk30 gnomehier intlhack introspection:build -USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ - shared-mime-info tar:xz +USES= desktop-file-utils gettext gmake libtool:keepla pathfix \ + pkgconfig shared-mime-info tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 9cda8fab2..abec2096f 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss USE_GNOME= gnomeprefix gtk30 intlhack libxslt:build -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index 31d1d61a6..0444c0469 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ USE_GNOME= glib20 gnomehier gnomeprefix intlhack \ introspection:build -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 0d3f63bad..86e8c62ea 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg USE_XORG= sm USE_LDCONFIG= yes -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz USE_GNOME= intlhack gnomeprefix gtk30 GNU_CONFIGURE= yes INSTALLS_ICONS= yes |