summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordanw <danw>2000-06-24 03:30:26 +0000
committerdanw <danw>2000-06-24 03:30:26 +0000
commit29d58c2ece51fe92ad2a2a313b653199e7eb6542 (patch)
tree78383aed9f9b18ad9898f1d99040bd7b21bc6e4b /misc
parent1d727c9f865ffd15aa1290d13a0fb87f5c1ed477 (diff)
downloadpkgsrc-29d58c2ece51fe92ad2a2a313b653199e7eb6542.tar.gz
Only depend on gtop/libgtop on archs that libgtop builds on.
Diffstat (limited to 'misc')
-rw-r--r--misc/gnome-utils/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile
index b2e145f9088..9513e7062a6 100644
--- a/misc/gnome-utils/Makefile
+++ b/misc/gnome-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2000/06/05 14:47:29 tron Exp $
+# $NetBSD: Makefile,v 1.19 2000/06/24 03:30:26 danw Exp $
DISTNAME= gnome-utils-1.2.0
CATEGORIES= misc x11 gnome
@@ -10,7 +10,14 @@ HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison
DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
+
+.include "../../mk/bsd.prefs.mk"
+.if (${OPSYS} == "NetBSD")
+.if (${MACHINE_ARCH} == arm32) || (${MACHINE_ARCH} == i386) || \
+ (${MACHINE_ARCH} == m68k)
DEPENDS+= libgtop>=1.0.9:../../devel/libgtop
+.endif
+.endif
GNU_CONFIGURE= YES
USE_X11BASE= YES