summaryrefslogtreecommitdiff
path: root/x11/gnome-core
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-09-15 05:58:56 +0000
committerrh <rh@pkgsrc.org>2002-09-15 05:58:56 +0000
commit3a06c2209896ebb6dcab72b87d2d161c033e97b5 (patch)
treeae299323bb96b9e612d759f86eecee43fde6880e /x11/gnome-core
parent050b7b278bbd31581553bf2c16d28b50ccb18e4c (diff)
downloadpkgsrc-3a06c2209896ebb6dcab72b87d2d161c033e97b5.tar.gz
s/X11BASE/X11PREFIX/ for xpgwedge check
Diffstat (limited to 'x11/gnome-core')
-rw-r--r--x11/gnome-core/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile
index 52ca47451e6..e02b429abdb 100644
--- a/x11/gnome-core/Makefile
+++ b/x11/gnome-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2002/09/15 05:39:11 rh Exp $
+# $NetBSD: Makefile,v 1.79 2002/09/15 05:58:56 rh Exp $
#
DISTNAME= gnome-core-1.4.2
@@ -15,7 +15,7 @@ BUILD_DEPENDS+= gtk-doc>=0.9:../../textproc/gtk-doc
BUILD_USES_MSGFMT= YES
.include "../../mk/bsd.prefs.mk"
-.if (${LOCALBASE} == ${X11BASE})
+.if (${LOCALBASE} == ${X11PREFIX})
BUILDLINK_DEPENDS.gnome-pixmaps=gnome{,2}-pixmaps>=1.4.2
.endif