aboutsummaryrefslogtreecommitdiff
path: root/www/falkon
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2019-03-17 18:05:51 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2019-03-17 18:05:51 +0000
commit8dbba9a9fb4a2bb58a295b1a153bf49cd0db5f39 (patch)
tree4129fc3316655565dbbd75ef941acb1f86c548c8 /www/falkon
parentc6ae0be0d13f8699125fcb0317c0b4898198f1a8 (diff)
downloadports-8dbba9a9fb4a2bb58a295b1a153bf49cd0db5f39.tar.gz
ports-8dbba9a9fb4a2bb58a295b1a153bf49cd0db5f39.zip
Add USES=pkgconfig when GNOMEKEYRING is on.
This is actually required for the BUILD_KEYRING CMake option to have any effect; in practice this means the GNOMEKEYRING option was not actually working at all, and produced a package without the gnome-keyring plugin. Bump PORTREVISION since a package with GNOMEKEYRING on was incorrect. Reported by: fluffy
Notes
Notes: svn path=/head/; revision=496081
Diffstat (limited to 'www/falkon')
-rw-r--r--www/falkon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/falkon/Makefile b/www/falkon/Makefile
index 53f5c1df19e3..b87197cdacf3 100644
--- a/www/falkon/Makefile
+++ b/www/falkon/Makefile
@@ -2,7 +2,7 @@
PORTNAME= falkon
DISTVERSION= 3.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= KDE/stable/falkon/${DISTVERSION}/
@@ -30,7 +30,7 @@ KWALLET_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_KF5Wallet=ON
GNOMEKEYRING_CMAKE_BOOL= BUILD_KEYRING
GNOMEKEYRING_USE= GNOME=glib20
-GNOMEKEYRING_USES= gnome
+GNOMEKEYRING_USES= gnome pkgconfig
GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring
.include <bsd.port.mk>