diff options
author | obache <obache@pkgsrc.org> | 2007-04-25 13:21:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-04-25 13:21:43 +0000 |
commit | 6b2b4e222aabf0fd8e370fdd36317d3e0fb2e83f (patch) | |
tree | cbc6981184c7d105b6a98075f93b97ee72c81035 /shells/tcsh | |
parent | f406c2dbfedfbda2f0c1a3db938ae0436c79cb1b (diff) | |
download | pkgsrc-6b2b4e222aabf0fd8e370fdd36317d3e0fb2e83f.tar.gz |
Enable to overrite CONFLICTS by static-tcsh.
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index ac81f2f4513..23484518660 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2007/04/11 06:13:57 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2007/04/25 13:21:43 obache Exp $ # DISTNAME= tcsh-6.15.00 @@ -11,7 +11,7 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.tcsh.org/Welcome COMMENT= Extended C-shell with many useful features -CONFLICTS= static-tcsh-[0-9]* +CONFLICTS?= static-tcsh-[0-9]* GNU_CONFIGURE= yes BUILD_TARGET= all catalogs |