diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-03-09 00:48:04 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-03-09 00:48:04 +0800 |
commit | a1e283589ed359e5c6dfb4c82262a3a87c953f32 (patch) | |
tree | eac39d6e8d3ec7a89d7cfa0580965106c287b975 /security | |
parent | dd335356797b2491064c14678d635b4a266f5f4c (diff) | |
download | marcuscom-ports-a1e283589ed359e5c6dfb4c82262a3a87c953f32.tar marcuscom-ports-a1e283589ed359e5c6dfb4c82262a3a87c953f32.tar.gz marcuscom-ports-a1e283589ed359e5c6dfb4c82262a3a87c953f32.tar.bz2 marcuscom-ports-a1e283589ed359e5c6dfb4c82262a3a87c953f32.tar.lz marcuscom-ports-a1e283589ed359e5c6dfb4c82262a3a87c953f32.tar.xz marcuscom-ports-a1e283589ed359e5c6dfb4c82262a3a87c953f32.tar.zst marcuscom-ports-a1e283589ed359e5c6dfb4c82262a3a87c953f32.zip |
add libtool to USES.
Disable vala to prevent bindings from being made.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19022 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/libsecret/Makefile | 4 | ||||
-rw-r--r-- | security/libsecret/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index 44fdd807f..9f2767648 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -15,10 +15,10 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt USE_XZ= yes USE_GNOME= gnomehier glib20 libxslt:build intltool introspection:build -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-introspection +CONFIGURE_ARGS+=--enable-introspection --disable-vala post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsecret-1.so.0 diff --git a/security/libsecret/pkg-plist b/security/libsecret/pkg-plist index 1bfba75dc..dfc283836 100644 --- a/security/libsecret/pkg-plist +++ b/security/libsecret/pkg-plist @@ -18,6 +18,7 @@ lib/libsecret-1.a lib/libsecret-1.la lib/libsecret-1.so lib/libsecret-1.so.0 +lib/libsecret-1.so.0.0.0 libdata/pkgconfig/libsecret-1.pc libdata/pkgconfig/libsecret-unstable.pc man/man1/secret-tool.1.gz |