summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-03-06 16:04:32 +0000
committerwiz <wiz@pkgsrc.org>2011-03-06 16:04:32 +0000
commit319cbd207da038fdf5c1f2153ca4ba88eaf2222b (patch)
tree7932e4d81f8c6f4753f6924d91737148ca0591da /x11/xscreensaver
parent3b0faad4eed25929eb9466f79a86bd63833058b2 (diff)
downloadpkgsrc-319cbd207da038fdf5c1f2153ca4ba88eaf2222b.tar.gz
Remove options that use GTK1.
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r--x11/xscreensaver/options.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/x11/xscreensaver/options.mk b/x11/xscreensaver/options.mk
index 15f615754eb..a167c70c704 100644
--- a/x11/xscreensaver/options.mk
+++ b/x11/xscreensaver/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.6 2010/05/08 16:53:06 tez Exp $
+# $NetBSD: options.mk,v 1.7 2011/03/06 16:04:33 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xscreensaver
-PKG_SUPPORTED_OPTIONS= pam webcollage opengl gdk-pixbuf
+PKG_SUPPORTED_OPTIONS= pam webcollage opengl
PKG_SUGGESTED_OPTIONS= opengl
.include "../../mk/bsd.options.mk"
@@ -40,10 +40,3 @@ CONFIGURE_ARGS+= --with-gle
CONFIGURE_ARGS+= --without-gl
CONFIGURE_ARGS+= --without-gle
.endif
-
-.if !empty(PKG_OPTIONS:Mgdk-pixbuf)
-CONFIGURE_ARGS+= --with-pixbuf
-.include "../../graphics/gdk-pixbuf/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-pixbuf
-.endif