diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /x11/blt/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'x11/blt/Makefile')
-rw-r--r-- | x11/blt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/blt/Makefile b/x11/blt/Makefile index 67323196223..2b502f1de27 100644 --- a/x11/blt/Makefile +++ b/x11/blt/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2002/09/23 22:39:22 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/29 12:42:58 jmmv Exp $ # DISTNAME= BLT2.4o PKGNAME= blt-2.4o +WRKSRC= ${WRKDIR}/blt2.4o CATEGORIES= x11 MASTER_SITES= ftp://ftp.tcltk.com/aa004735/pub/blt/ @@ -17,8 +18,6 @@ CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}/lib CONFIGURE_ENV+= X11BASE=${X11BASE} -WRKSRC= ${WRKDIR}/blt2.4o - .include "../../lang/tcl/buildlink2.mk" .include "../../x11/tk/buildlink2.mk" |