diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgtop/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 11265f730f5..fd2b5badbd8 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/03/22 22:43:42 agc Exp $ +# $NetBSD: Makefile,v 1.16 1999/04/04 21:05:59 tron Exp $ # DISTNAME= libgtop-1.0.1 @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ DEPENDS+= gettext-0.10.35:../../devel/gettext -DEPENDS+= gnome-libs-1.0.3:../../x11/gnome-libs +DEPENDS+= gnome-libs-1.0.5:../../x11/gnome-libs DEPENDS+= guile-1.3:../../lang/guile NOT_FOR_ARCHS= alpha # problems with gtk @@ -21,6 +21,8 @@ USE_X11BASE= yes USE_GMAKE= yes USE_LIBTOOL= yes +IGNORE= "got broken by removal of Mach VM" + CONFIGURE_ARGS+= --with-glib-prefix=${LOCALBASE} \ --with-libgtop-guile --with-catgets CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |