diff options
author | danw <danw@pkgsrc.org> | 2000-06-24 16:44:01 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2000-06-24 16:44:01 +0000 |
commit | 88951ee0d279d7f67e60970baf895918c26bbb59 (patch) | |
tree | 0df1557c5d516ae0bb66ede7abc1258a9e617dc3 /x11/gnome | |
parent | 600dacad68caab91a1229516dd79a1ebd6c1cc14 (diff) | |
download | pkgsrc-88951ee0d279d7f67e60970baf895918c26bbb59.tar.gz |
After talking with Matthias Scheler, revert support for building without
libgtop, to force people to make the (simple but not completely obvious)
changes needed to get libgtop to build on new arches.
Diffstat (limited to 'x11/gnome')
-rw-r--r-- | x11/gnome/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index 5cb392c9b5d..39bfc37ca8c 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/06/24 03:30:27 danw Exp $ +# $NetBSD: Makefile,v 1.12 2000/06/24 16:44:03 danw Exp $ DISTNAME= gnome-1.2.0 CATEGORIES= x11 gnome @@ -26,17 +26,10 @@ DEPENDS+= gnome-utils>=1.0.51:../../misc/gnome-utils DEPENDS+= gnumeric>=0.52:../../math/gnumeric DEPENDS+= gtk-->=1.0.3:../gtk-- DEPENDS+= gtk-engines>=0.8:../gtk-engines +DEPENDS+= gtop>=1.0.9:../../sysutils/gtop DEPENDS+= xchat>=1.4.1:../../net/xchat DEPENDS+= xscreensaver-gnome>=3.24:../xscreensaver-gnome -.include "../../mk/bsd.prefs.mk" -.if (${OPSYS} == "NetBSD") -.if (${MACHINE_ARCH} == arm32) || (${MACHINE_ARCH} == i386) || \ - (${MACHINE_ARCH} == m68k) -DEPENDS+= gtop>=1.0.9:../../sysutils/gtop -.endif -.endif - USE_X11= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes |