summaryrefslogtreecommitdiff
path: root/sysutils/libnotify
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-11-08 10:24:43 +0000
committerwiz <wiz@pkgsrc.org>2016-11-08 10:24:43 +0000
commitf51eb8757d9957e276952cc793a5f5372b777119 (patch)
treed228b6c1d9e73769e6646c7001ade9b629f0387c /sysutils/libnotify
parentf5b369b4e0debf1d6b568471a823aa6824c89226 (diff)
downloadpkgsrc-f51eb8757d9957e276952cc793a5f5372b777119.tar.gz
Turn on introspection option by default.
syncthing-gtk needs it to start. Beware: you have to turn off MPROTECT if you want to use it on -current.
Diffstat (limited to 'sysutils/libnotify')
-rw-r--r--sysutils/libnotify/Makefile4
-rw-r--r--sysutils/libnotify/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/libnotify/Makefile b/sysutils/libnotify/Makefile
index b86538789c2..7256cf26e66 100644
--- a/sysutils/libnotify/Makefile
+++ b/sysutils/libnotify/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2016/08/03 10:22:19 adam Exp $
+# $NetBSD: Makefile,v 1.38 2016/11/08 10:24:43 wiz Exp $
DISTNAME= libnotify-0.7.6
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libnotify/0.7/}
EXTRACT_SUFX= .tar.xz
diff --git a/sysutils/libnotify/options.mk b/sysutils/libnotify/options.mk
index 075d05aeb70..07e9c6bf490 100644
--- a/sysutils/libnotify/options.mk
+++ b/sysutils/libnotify/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2013/08/17 16:28:48 richard Exp $
+# $NetBSD: options.mk,v 1.3 2016/11/08 10:24:43 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libnotify
PKG_SUPPORTED_OPTIONS= doc introspection
-PKG_SUGGESTED_OPTIONS+= # blank
+PKG_SUGGESTED_OPTIONS+= introspection
PLIST_VARS+= doc introspection
.include "../../mk/bsd.options.mk"