diff options
author | tron <tron@pkgsrc.org> | 2000-05-31 21:23:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-05-31 21:23:38 +0000 |
commit | bac03a8897f64c2707b23da15ee3a4603a04daac (patch) | |
tree | 01e4dc0bf1647b28021187aa7e8e1c9661b03d60 /x11 | |
parent | 8a3f356b4f1ddace3b0105691105e82518feda55 (diff) | |
download | pkgsrc-bac03a8897f64c2707b23da15ee3a4603a04daac.tar.gz |
Reenable dependence on "libgtop".
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index 79f7fddf653..81ba495ab16 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2000/05/31 21:03:15 tron Exp $ +# $NetBSD: Makefile,v 1.42 2000/05/31 21:23:38 tron Exp $ DISTNAME= gnome-core-1.2.0 CATEGORIES= x11 gnome @@ -50,7 +50,7 @@ post-install: .if (${OPSYS} == "NetBSD") .if (${MACHINE_ARCH} == arm32) || (${MACHINE_ARCH} == i386) || \ (${MACHINE_ARCH} == m68k) -#DEPENDS+= libgtop-*:../../devel/libgtop +DEPENDS+= libgtop-*:../../devel/libgtop .endif .if exists(/usr/include/machine/apmvar.h) |