diff options
author | wiz <wiz@pkgsrc.org> | 2007-05-20 17:23:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-05-20 17:23:16 +0000 |
commit | 897ddbce5565737ef75ffa8967910db81a483743 (patch) | |
tree | 64d09ec665facab59d76ed74e90a6ae0aafca517 /emulators | |
parent | 00ea3ca5b4ee415f489f1d8b51bc1b22866ab390 (diff) | |
download | pkgsrc-897ddbce5565737ef75ffa8967910db81a483743.tar.gz |
Remove mentions of gnome-libs.
No effective change to package.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/BasiliskII/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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" |