diff options
author | drochner <drochner@pkgsrc.org> | 2012-08-22 20:39:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-08-22 20:39:48 +0000 |
commit | da1fdade84ba92586c642d6a8a6d3e192bf613d7 (patch) | |
tree | 65ac5c24aba43f03621cbd8033ee2023ff56389d /devel | |
parent | b8d7838e8477fc36ced3619617522aef68050bff (diff) | |
download | pkgsrc-da1fdade84ba92586c642d6a8a6d3e192bf613d7.tar.gz |
remove obsolete tcl dependency, ride on last night's unnecessary revbump
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libstroke/Makefile | 3 | ||||
-rw-r--r-- | devel/libstroke/buildlink3.mk | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index 39c8b2a6bea..59c53653dcb 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/08/21 23:49:20 marino Exp $ +# $NetBSD: Makefile,v 1.25 2012/08/22 20:39:48 drochner Exp $ # DISTNAME= libstroke-0.5.1 @@ -21,6 +21,5 @@ CONFIGURE_ENV+= ac_cv_path_GTK_CONFIG=no BUILDLINK_DEPMETHOD.libX11?= build -.include "../../lang/tcl/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/libstroke/buildlink3.mk b/devel/libstroke/buildlink3.mk index 7a199b6bb1e..3469b6b235a 100644 --- a/devel/libstroke/buildlink3.mk +++ b/devel/libstroke/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2012/08/21 23:49:20 marino Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2012/08/22 20:39:48 drochner Exp $ BUILDLINK_TREE+= libstroke @@ -9,7 +9,6 @@ BUILDLINK_API_DEPENDS.libstroke+= libstroke>=0.5.1 BUILDLINK_ABI_DEPENDS.libstroke+= libstroke>=0.5.1nb4 BUILDLINK_PKGSRCDIR.libstroke?= ../../devel/libstroke -.include "../../lang/tcl/buildlink3.mk" .endif # LIBSTROKE_BUILDLINK3_MK BUILDLINK_TREE+= -libstroke |