summaryrefslogtreecommitdiff
path: root/emulators/simulavr
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2014-02-22 03:26:53 +0000
committermef <mef@pkgsrc.org>2014-02-22 03:26:53 +0000
commit02176a81812beb41b121e54d3f6cfeb20f78f620 (patch)
treecbc66341a916f90c7d0cbeb02e6a67ef74304139 /emulators/simulavr
parentb9ed5c3cc1e4f9ac2274089eac2a6485479ceb66 (diff)
downloadpkgsrc-02176a81812beb41b121e54d3f6cfeb20f78f620.tar.gz
Drop tcl-itcl/buildlink3.mk, now tcl includes tcl-itcl.
(PKGREVISION++ not necessary, failing to build after recent revbump) -.include "../../lang/tcl-itcl/buildlink3.mk" +#include "../../lang/tcl-itcl/buildlink3.mk" .include "../../lang/tcl/buildlink3.mk"
Diffstat (limited to 'emulators/simulavr')
-rw-r--r--emulators/simulavr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile
index e4ed65766f4..6bac4717980 100644
--- a/emulators/simulavr/Makefile
+++ b/emulators/simulavr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2014/01/11 14:42:03 adam Exp $
+# $NetBSD: Makefile,v 1.22 2014/02/22 03:26:53 mef Exp $
#
DISTNAME= simulavr-1.0.0
PKGREVISION= 1
@@ -89,6 +89,6 @@ BUILDLINK_TRANSFORM+= rm:-Werror
.include "../../mk/curses.buildlink3.mk"
.include "../../lang/python/pyversion.mk"
.include "../../lang/${PYPACKAGE}/buildlink3.mk"
-.include "../../lang/tcl-itcl/buildlink3.mk"
+#include "../../lang/tcl-itcl/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"