diff options
author | rh <rh> | 2002-09-15 05:39:11 +0000 |
---|---|---|
committer | rh <rh> | 2002-09-15 05:39:11 +0000 |
commit | f3dbb30e4b1f29a93480538291fd8eae972b16bd (patch) | |
tree | 9759de9d6591255ca6db80714af889a5198ed7ae | |
parent | 48f5eac0b948912a8c0b5f37f91d087ed568105e (diff) | |
download | pkgsrc-f3dbb30e4b1f29a93480538291fd8eae972b16bd.tar.gz |
Accept gnome2-pixmaps as a prerequisite instead of gnome-pixmaps if
xpkgwedge is installed (LOCALBASE == X11BASE)
-rw-r--r-- | x11/gnome-core/Makefile | 7 |
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 |