From 10fdd3e0db2f09b60f62555b89ca21644dc70683 Mon Sep 17 00:00:00 2001 From: gusi Date: Wed, 20 Aug 2014 08:57:46 +0000 Subject: Some ports were installing .la files without using USES=libtool. Add USES=libtool to those and fix their pkg-plist accordingly. No depend port bumped because no lib changed its major version. There are still a few ports changing its major when adding libtool to USES, will update those and users soon. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19822 df743ca5-7f9a-e211-a948-0013205c9059 --- security/libsecret/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/libsecret/Makefile') diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index 09b9afbe7..d48f3c525 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -4,6 +4,7 @@ PORTNAME= libsecret PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME @@ -13,7 +14,7 @@ COMMENT= Library to access the secret service API BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gnomehier glib20 libxslt:build intltool \ introspection:build USE_LDCONFIG= yes -- cgit v1.2.3