summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron>1999-04-04 21:05:59 +0000
committertron <tron>1999-04-04 21:05:59 +0000
commitd953678ff4035bf4ba5344c17b4020c07aefd8fb (patch)
tree06aa019c4fdbb9e2fadb893e8d6cb567c1be5c06 /devel
parentc1e4559e8b163aa10715eee2d3fc4999edda7446 (diff)
downloadpkgsrc-d953678ff4035bf4ba5344c17b4020c07aefd8fb.tar.gz
This package got broken by the removal of the Mach VM system.
Diffstat (limited to 'devel')
-rw-r--r--devel/libgtop/Makefile6
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" \