diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-21 19:40:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-21 19:40:47 +0000 |
commit | bf088a04ac8f08ff49e21e07adb671e44af78d51 (patch) | |
tree | 377d8caec40582e6eda55395f5653ad797c85bcd /x11/tk | |
parent | 5371ddc664e60b6e58b76e5618f33da6d8d38040 (diff) | |
download | pkgsrc-bf088a04ac8f08ff49e21e07adb671e44af78d51.tar.gz |
Move inclusion of buildlink.mk file below GNU_CONFIGURE and USE_LIBTOOL
settings.
Diffstat (limited to 'x11/tk')
-rw-r--r-- | x11/tk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index e2209477cff..d470986c896 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/06/21 18:55:02 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/06/21 19:40:47 jlam Exp $ DISTNAME= tk8.3.2 PKGNAME= tk-8.3.2nb1 @@ -10,8 +10,6 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.tcltk.com/ COMMENT= Graphical toolkit for TCL -.include "../../lang/tcl/buildlink.mk" - WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_DIR}/lib @@ -20,6 +18,8 @@ USE_X11= yes USE_BUILDLINK_ONLY= yes USE_LIBTOOL= yes +.include "../../lang/tcl/buildlink.mk" + post-install: ${RM} -f ${PREFIX}/bin/wish cd ${PREFIX}/bin && ${LN} -s wish8.3 wish |