summaryrefslogtreecommitdiff
path: root/x11/xcursor
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-01 18:33:02 +0000
committerjlam <jlam@pkgsrc.org>2005-06-01 18:33:02 +0000
commit7debfabe11a6c449f363e04cb58b8174e722e4b5 (patch)
tree80c1df39e1239bc25ad42468bf58ee0f14537302 /x11/xcursor
parent596cf2a5aec0be180eeb4dc9506727eb7d860510 (diff)
downloadpkgsrc-7debfabe11a6c449f363e04cb58b8174e722e4b5.tar.gz
Use IMAKE_MAKE instead of MAKE to process the makefile generated by imake.
Diffstat (limited to 'x11/xcursor')
-rw-r--r--x11/xcursor/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcursor/builtin.mk b/x11/xcursor/builtin.mk
index f4ceddfe964..807b50772db 100644
--- a/x11/xcursor/builtin.mk
+++ b/x11/xcursor/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.5 2005/06/01 18:03:32 jlam Exp $
+# $NetBSD: builtin.mk,v 1.6 2005/06/01 18:33:02 jlam Exp $
BUILTIN_PKG:= xcursor
@@ -21,7 +21,7 @@ IS_BUILTIN.xcursor!= \
${IMAKE} -DUseInstalled -I${X11BASE}/lib/X11/config \
-f ${BUILDLINK_PKGSRCDIR.xcursor}/builtin-imake.mk \
-s - | \
- ${MAKE} -f - builtin-test
+ ${IMAKE_MAKE} -f - builtin-test
. endif
. endif
.endif