summaryrefslogtreecommitdiff
path: root/x11/gnome-core
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-09-15 05:39:11 +0000
committerrh <rh@pkgsrc.org>2002-09-15 05:39:11 +0000
commit31d8f79fad9c5867d03aca4c99da2c73f9ee5f80 (patch)
tree9759de9d6591255ca6db80714af889a5198ed7ae /x11/gnome-core
parent0d84c8030f9ae3604d17978029eb9ab1580a1f13 (diff)
downloadpkgsrc-31d8f79fad9c5867d03aca4c99da2c73f9ee5f80.tar.gz
Accept gnome2-pixmaps as a prerequisite instead of gnome-pixmaps if
xpkgwedge is installed (LOCALBASE == X11BASE)
Diffstat (limited to 'x11/gnome-core')
-rw-r--r--x11/gnome-core/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile
index d25d9582cf3..52ca47451e6 100644
--- a/x11/gnome-core/Makefile
+++ b/x11/gnome-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2002/09/14 02:46:56 rh Exp $
+# $NetBSD: Makefile,v 1.78 2002/09/15 05:39:11 rh Exp $
#
DISTNAME= gnome-core-1.4.2
@@ -14,6 +14,11 @@ DEPENDS+= xscreensaver-gnome>=3.25nb1:../xscreensaver-gnome
BUILD_DEPENDS+= gtk-doc>=0.9:../../textproc/gtk-doc
BUILD_USES_MSGFMT= YES
+.include "../../mk/bsd.prefs.mk"
+.if (${LOCALBASE} == ${X11BASE})
+BUILDLINK_DEPENDS.gnome-pixmaps=gnome{,2}-pixmaps>=1.4.2
+.endif
+
USE_BUILDLINK_ONLY= YES
USE_X11BASE= YES
USE_GMAKE= YES