diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-27 20:42:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-27 20:42:52 +0000 |
commit | 14b064ff1502420520564c80101efa8627eb5adb (patch) | |
tree | 087673defc347f3f6ad543178a85468c318885d2 /x11/xscreensaver | |
parent | e2389e0c10fc403897e0c4fe85d9344b31d0bca5 (diff) | |
download | pkgsrc-14b064ff1502420520564c80101efa8627eb5adb.tar.gz |
Remove obsolete configure argument.
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r-- | x11/xscreensaver/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index df1c77d5e0b..d4d41dae348 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2005/03/24 13:55:42 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2005/03/27 20:42:52 wiz Exp $ COMMENT= Screen saver and locker for the X window system @@ -10,7 +10,6 @@ USE_BUILDLINK3= yes .include "Makefile.common" -CONFIGURE_ARGS+= --without-gnome CONFIGURE_ARGS+= --without-gtk CONFIGURE_ARGS+= --with-xml=${BUILDLINK_PREFIX.libxml2} CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config |