diff options
author | wiz <wiz> | 2003-02-14 18:59:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-02-14 18:59:19 +0000 |
commit | f158d2d3d9676d3d2442c5fb07babfbb831be9db (patch) | |
tree | d43d92209d18ec899aa8d9bdb6a8595f2f420c4a /shells/tcsh | |
parent | 7fc0b7b76df483eae0b25ed90f84320146260eeb (diff) | |
download | pkgsrc-f158d2d3d9676d3d2442c5fb07babfbb831be9db.tar.gz |
Note conflict with static version. Closes PR 20010 by Ryo HAYASAKA.
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index a62f786ea13..7a2aadd2022 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2003/01/28 22:04:13 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2003/02/14 18:59:19 wiz Exp $ # DISTNAME= tcsh-6.12.00 @@ -12,6 +12,8 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.tcsh.org/ COMMENT= Extended C-shell with many useful features +CONFLICTS= static-tcsh-[0-9]* + USE_BUILDLINK2= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes |