diff options
author | lev <lev@FreeBSD.org> | 2018-04-19 02:31:53 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2018-04-19 02:31:53 +0800 |
commit | 4bb2c3d6a47a965853c7e90926f9146a6851e7af (patch) | |
tree | edde1b6b1e080f0e847438f088fa535897ce7bcd /security | |
parent | c81adba7072da05598c66c0088d33d3a08ce8f2d (diff) | |
download | freebsd-ports-gnome-4bb2c3d6a47a965853c7e90926f9146a6851e7af.tar.gz freebsd-ports-gnome-4bb2c3d6a47a965853c7e90926f9146a6851e7af.tar.zst freebsd-ports-gnome-4bb2c3d6a47a965853c7e90926f9146a6851e7af.zip |
Fix build of new version.
Diffstat (limited to 'security')
-rw-r--r-- | security/subversion-gnome-keyring/Makefile | 4 | ||||
-rw-r--r-- | security/subversion-gnome-keyring/pkg-plist | 1 | ||||
-rw-r--r-- | security/subversion-kwallet/Makefile | 4 | ||||
-rw-r--r-- | security/subversion-kwallet/pkg-plist | 1 |
4 files changed, 4 insertions, 6 deletions
diff --git a/security/subversion-gnome-keyring/Makefile b/security/subversion-gnome-keyring/Makefile index fe87b5b0ec0c..156a948643f0 100644 --- a/security/subversion-gnome-keyring/Makefile +++ b/security/subversion-gnome-keyring/Makefile @@ -3,7 +3,7 @@ PKGNAMESUFFIX= -gnome-keyring CATEGORIES= security gnome -PORTREVISION= 2 +PORTREVISION= 3 MAINTAINER= lev@FreeBSD.org COMMENT= Gnome KWyring integration for Version control system @@ -19,7 +19,7 @@ SVN_BUILD_ADDONS= yes .include "${MASTERDIR}/Makefile.common" -LIB_DEPENDS+= libgnome-keyring.so:security/libgnome-keyring +LIB_DEPENDS+= libsecret-1.so:security/libsecret CONFIGURE_ARGS+= --with-gnome-keyring diff --git a/security/subversion-gnome-keyring/pkg-plist b/security/subversion-gnome-keyring/pkg-plist index 22abe958fc7f..6f8e17155123 100644 --- a/security/subversion-gnome-keyring/pkg-plist +++ b/security/subversion-gnome-keyring/pkg-plist @@ -1,4 +1,3 @@ -lib/libsvn_auth_gnome_keyring-1.a lib/libsvn_auth_gnome_keyring-1.so lib/libsvn_auth_gnome_keyring-1.so.0 lib/libsvn_auth_gnome_keyring-1.so.0.0.0 diff --git a/security/subversion-kwallet/Makefile b/security/subversion-kwallet/Makefile index 688ab47c144d..035ad0d3e6c3 100644 --- a/security/subversion-kwallet/Makefile +++ b/security/subversion-kwallet/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -kwallet -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security kde MAINTAINER= lev@FreeBSD.org @@ -23,7 +23,7 @@ USES+= kde:4 .include "${MASTERDIR}/Makefile.common" -CONFIGURE_ARGS+= --with-kwallet=${KDE_PREFIX} +CONFIGURE_ARGS+= --with-kwallet=${KDE_PREFIX}/include/kde4:${KDE_PREFIX}/lib ALL_TARGET= kwallet-lib INSTALL_TARGET= install-kwallet-lib diff --git a/security/subversion-kwallet/pkg-plist b/security/subversion-kwallet/pkg-plist index 33002a2c76b2..289332ae459b 100644 --- a/security/subversion-kwallet/pkg-plist +++ b/security/subversion-kwallet/pkg-plist @@ -1,4 +1,3 @@ -lib/libsvn_auth_kwallet-1.a lib/libsvn_auth_kwallet-1.so lib/libsvn_auth_kwallet-1.so.0 lib/libsvn_auth_kwallet-1.so.0.0.0 |