diff options
author | jwise <jwise> | 2000-09-06 16:46:06 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-09-06 16:46:06 +0000 |
commit | b27a6852bcdad49a172949a6994cbfff010c5b15 (patch) | |
tree | bc76de06f5855b764a1f0ffb5cf46606e6f68893 /lang | |
parent | 0145d28c7b69b916f43e0c0e89dd05eed3394c2e (diff) | |
download | pkgsrc-b27a6852bcdad49a172949a6994cbfff010c5b15.tar.gz |
Make this package CONFLICT with the old tclX package.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tk-tclX/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/tk-tclX/Makefile b/lang/tk-tclX/Makefile index 221ea077fa0..686a1c710b1 100644 --- a/lang/tk-tclX/Makefile +++ b/lang/tk-tclX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/09/06 16:43:33 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2000/09/06 16:46:06 jwise Exp $ # DISTNAME= tclX8.2.0 @@ -12,6 +12,8 @@ HOMEPAGE= http://www.neosoft.com/TclX/ DEPENDS+= tk-8.3.2:../../x11/tk DEPENDS+= tcl-tclX-8.2.0:../../lang/tcl-tclX +CONFLICTS+= tclX-* + USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared --with-tcl=${PREFIX}/lib \ |