diff options
author | dmcmahill <dmcmahill> | 2004-09-24 21:17:03 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2004-09-24 21:17:03 +0000 |
commit | f2edc03d4b9f188a8dd0f2ac3fa14b0cee083df0 (patch) | |
tree | 4025b2a47b898cea6cdc14d755738b6084c9046a /lang | |
parent | 891b3daf0526e24ea2f4798b5564a8aada96624a (diff) | |
download | pkgsrc-f2edc03d4b9f188a8dd0f2ac3fa14b0cee083df0.tar.gz |
add a conflicts with tcl-itcl-current
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl-itcl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/tcl-itcl/Makefile b/lang/tcl-itcl/Makefile index 8e4abeb9b31..b2c542259b0 100644 --- a/lang/tcl-itcl/Makefile +++ b/lang/tcl-itcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/05/12 23:38:35 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2004/09/24 21:17:03 dmcmahill Exp $ DISTNAME= itcl3.2 PKGNAME= tcl-itcl-3.2 @@ -12,6 +12,8 @@ COMMENT= [incr Tcl] object-oriented extension to Tcl/Tk PKG_INSTALLATION_TYPES= overwrite pkgviews +CONFLICTS+= tcl-itcl-current-[0-9]* + USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes |