diff options
author | tron <tron@pkgsrc.org> | 1999-04-04 21:05:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-04 21:05:59 +0000 |
commit | 660fc8537781370fedb16e01c670266fb55b1586 (patch) | |
tree | 06aa019c4fdbb9e2fadb893e8d6cb567c1be5c06 /devel | |
parent | 82ad5e3634a5a94ab7169e1db09dd6f14902af38 (diff) | |
download | pkgsrc-660fc8537781370fedb16e01c670266fb55b1586.tar.gz |
This package got broken by the removal of the Mach VM system.
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" \ |