diff options
author | jlam <jlam> | 2001-06-21 18:07:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-21 18:07:51 +0000 |
commit | bac07aa9e94afb87dce7566bedaf173178b57ce0 (patch) | |
tree | 098105efe948316263ae883be91b1e59d9fe63f8 /lang/tcl | |
parent | f9215b62bfe70597f95f99fe9e872fc8cd9100f0 (diff) | |
download | pkgsrc-bac07aa9e94afb87dce7566bedaf173178b57ce0.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'lang/tcl')
-rw-r--r-- | lang/tcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index 93f8e30e6f4..896392b122a 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/05/24 02:58:15 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/06/21 18:07:51 jlam Exp $ # DISTNAME= tcl8.3.2 @@ -18,6 +18,7 @@ CONFLICTS+= tclman80-* WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes +USE_BUILDLINK_ONLY= yes USE_LIBTOOL= yes INSTALL_TARGET= install |