aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/tk.mk
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-01-10 21:44:54 +0800
committergahr <gahr@FreeBSD.org>2014-01-10 21:44:54 +0800
commitc8ede7a0d551a276f793636598c0d6ab4def50d5 (patch)
tree666fa5367d5d650a2f22a84078587412790ccc60 /Mk/Uses/tk.mk
parentc765bd65f79a1b88fc612ccc0619d2b81c8ab51c (diff)
downloadfreebsd-ports-gnome-c8ede7a0d551a276f793636598c0d6ab4def50d5.tar.gz
freebsd-ports-gnome-c8ede7a0d551a276f793636598c0d6ab4def50d5.tar.zst
freebsd-ports-gnome-c8ede7a0d551a276f793636598c0d6ab4def50d5.zip
- Handle the case where both tcl and tk are part of USES
Approved by: bapt (portmgr)
Diffstat (limited to 'Mk/Uses/tk.mk')
-rw-r--r--Mk/Uses/tk.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/Uses/tk.mk b/Mk/Uses/tk.mk
index d3f82a61d96b..7525499c12be 100644
--- a/Mk/Uses/tk.mk
+++ b/Mk/Uses/tk.mk
@@ -4,10 +4,6 @@
#
#
-.if ${USES:Mtcl} || ${USES:Mtcl\:*}
-IGNORE= Do not set both tcl and tk in USES
-.endif
-
.if defined(tk_ARGS)
tcl_ARGS:= ${tk_ARGS}
.endif