diff options
author | tron <tron@pkgsrc.org> | 1999-04-03 14:30:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-03 14:30:54 +0000 |
commit | f95e313993f5cdcec41e4a95554e1022a4f0cbb5 (patch) | |
tree | 1f12342a46c34b146939dce310ca3a5c4b41c4fa /lang | |
parent | 126bbb1b8171d3e17b6754f1d76cb9f3f30df94a (diff) | |
download | pkgsrc-f95e313993f5cdcec41e4a95554e1022a4f0cbb5.tar.gz |
Back out experimental change committed by mistake.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl80/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index d96d20afda2..ac7b5c7259a 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/04/03 14:26:01 tron Exp $ +# $NetBSD: Makefile,v 1.22 1999/04/03 14:30:54 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/08/20 10:33:35 jkh Exp # @@ -16,7 +16,6 @@ GNU_CONFIGURE= yes # Use disable-shared, so that libtool works with the generated Makefile USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-shared -SH= ${PREFIX}/bash test: cd ${WRKSRC} && ${SETENV} LIBTOOL=${LIBTOOL} PREFIX=${PREFIX} ${MAKE} test |