diff options
author | wiz <wiz@pkgsrc.org> | 2011-03-14 12:50:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-03-14 12:50:48 +0000 |
commit | aade8cac3effc9eb94432f3eba9de86a8a915eec (patch) | |
tree | 6a0d0b723b021c363c997fcb33c827ab5b015397 /chat | |
parent | 1ecc221810aa093e8abf1f0cec600ee47038ab97 (diff) | |
download | pkgsrc-aade8cac3effc9eb94432f3eba9de86a8a915eec.tar.gz |
Remove startupnotification, changelog mentioned it's not needed any
longer.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/pidgin/options.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/pidgin/options.mk b/chat/pidgin/options.mk index a0a68e3103d..a5c9e03f19b 100644 --- a/chat/pidgin/options.mk +++ b/chat/pidgin/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2011/02/02 13:18:48 adam Exp $ +# $NetBSD: options.mk,v 1.12 2011/03/14 12:50:48 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin PKG_SUPPORTED_OPTIONS+= dbus debug gstreamer gtkspell farsight x11 @@ -48,8 +48,6 @@ PLIST.x11= yes .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libXScrnSaver/buildlink3.mk" -.include "../../x11/startup-notification/buildlink3.mk" .else -CONFIGURE_ARGS+= --disable-startup-notification CONFIGURE_ARGS+= --without-x .endif |