summaryrefslogtreecommitdiff
path: root/x11/fixesproto
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-04-19 12:27:02 +0000
committerreed <reed@pkgsrc.org>2006-04-19 12:27:02 +0000
commit713b4394655f9ac9db904612a159505ae0548e69 (patch)
tree7dc520125095bbc6ae24a3ccbe6ece081b835f72 /x11/fixesproto
parentda670ecfbffb6ec38675a8f9a0f10e077479f886 (diff)
downloadpkgsrc-713b4394655f9ac9db904612a159505ae0548e69.tar.gz
Check before redefining the target for creating symlink.
(Noticed warning that it was redefined in x11-links.)
Diffstat (limited to 'x11/fixesproto')
-rw-r--r--x11/fixesproto/builtin.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/fixesproto/builtin.mk b/x11/fixesproto/builtin.mk
index 2fcd1ae25a6..dc264340dfc 100644
--- a/x11/fixesproto/builtin.mk
+++ b/x11/fixesproto/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.2 2006/04/18 18:03:22 reed Exp $
+# $NetBSD: builtin.mk,v 1.3 2006/04/19 12:27:02 reed Exp $
BUILTIN_PKG:= fixesproto
@@ -55,6 +55,9 @@ USE_BUILTIN.fixesproto!= \
.endif
MAKEVARS+= USE_BUILTIN.fixesproto
+CHECK_BUILTIN.fixesproto?= no
+.if !empty(CHECK_BUILTIN.fixesproto:M[nN][oO])
+
# following so old pkg-config name fixesext.pc will be available
# this is temporary and can be removed once not used
BUILDLINK_TARGETS+= fixesext-symlink-pc
@@ -66,3 +69,5 @@ fixesext-symlink-pc:
if ${TEST} -f $${src}; then \
${LN} -sf $${src} $${dst}; \
fi
+
+.endif # CHECK_BUILTIN.fixesproto