summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/guile-gtk/Makefile8
-rw-r--r--emulators/BasiliskII/Makefile4
2 files changed, 2 insertions, 10 deletions
diff --git a/devel/guile-gtk/Makefile b/devel/guile-gtk/Makefile
index 7a0a099803b..d0b22e8a642 100644
--- a/devel/guile-gtk/Makefile
+++ b/devel/guile-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/08/22 13:08:29 gdt Exp $
+# $NetBSD: Makefile,v 1.33 2007/05/20 17:23:16 wiz Exp $
#
DISTNAME= guile-gtk-0.5
@@ -16,12 +16,6 @@ GNU_CONFIGURE= yes
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q}
INFO_FILES= yes
-# Skip glade, because it pulls in gnome-libs.
-# Later, make a new package for just the glade parts,
-# or a PKG_OPTION.
-CONFIGURE_ARGS+= --without-glade
-# .include "../../devel/libglade/buildlink3.mk"
-
.include "../../lang/guile/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile
index a10318a721f..5dffcda2dc6 100644
--- a/emulators/BasiliskII/Makefile
+++ b/emulators/BasiliskII/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2007/02/22 19:01:18 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2007/05/20 17:23:16 wiz Exp $
DISTNAME= BasiliskII_src_01052006
PKGNAME= BasiliskII-1.0.20060501
@@ -18,8 +18,6 @@ CONFIGURE_DIRS= src/Unix
CONFIGURE_ARGS+= --disable-fbdev-dga
CONFIGURE_ARGS+= --enable-addressing=banks
CONFIGURE_ARGS+= --without-mon
-# disable gnome support, or configure will break if gnome-libs is installed
-CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no
BUILD_DIRS= ${CONFIGURE_DIRS}
.include "options.mk"