summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrh <rh>2002-09-15 05:58:56 +0000
committerrh <rh>2002-09-15 05:58:56 +0000
commitb465b6421616925a8194dac1c3bcad428145b85f (patch)
treeae299323bb96b9e612d759f86eecee43fde6880e /x11
parentece54c25cffdd63682c2f3221eb1067f84455d7a (diff)
downloadpkgsrc-b465b6421616925a8194dac1c3bcad428145b85f.tar.gz
s/X11BASE/X11PREFIX/ for xpgwedge check
Diffstat (limited to 'x11')
-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