summaryrefslogtreecommitdiff
path: root/x11/lesstif
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-20 01:54:51 +0000
committerjlam <jlam@pkgsrc.org>2001-07-20 01:54:51 +0000
commitdd30dabc8c342242d2f7de362ba8e4fbd55dc056 (patch)
treedae0240406309a978c806a7f1e4b5be62fbd62bf /x11/lesstif
parentf79b2df20a2446d953dd624071a51110e3323693 (diff)
downloadpkgsrc-dd30dabc8c342242d2f7de362ba8e4fbd55dc056.tar.gz
Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
Diffstat (limited to 'x11/lesstif')
-rw-r--r--x11/lesstif/buildlink.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lesstif/buildlink.mk b/x11/lesstif/buildlink.mk
index 28429b126d4..00085c0e4dd 100644
--- a/x11/lesstif/buildlink.mk
+++ b/x11/lesstif/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.4 2001/07/02 21:11:46 jlam Exp $
+# $NetBSD: buildlink.mk,v 1.5 2001/07/20 01:54:54 jlam Exp $
#
# This Makefile fragment is included by packages that use lesstif.
#
@@ -50,7 +50,7 @@ MOTIFBASE?= ${X11BASE}
.endif
.endif
-BUILDLINK_PREFIX.lesstif= ${X11PREFIX}
+EVAL_PREFIX+= BUILDLINK_PREFIX.lesstif=lesstif
BUILDLINK_FILES.lesstif= include/Mrm/*
BUILDLINK_FILES.lesstif+= include/Xm/*
BUILDLINK_FILES.lesstif+= include/uil/*