diff options
author | wiz <wiz> | 2003-02-26 13:54:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-02-26 13:54:55 +0000 |
commit | b920953466a40b8eb3e85738329fb03326ae492c (patch) | |
tree | 5ad115474f72474c20eb6db5c285cacfff38e655 /devel/id-utils | |
parent | f43286c48709bd8ab1115a2f7547196b67b6870a (diff) | |
download | pkgsrc-b920953466a40b8eb3e85738329fb03326ae492c.tar.gz |
Lately, sh-utils might be installing a gid executable again, so add
a CONFLICTS line for it here. (hi grant!)
Diffstat (limited to 'devel/id-utils')
-rw-r--r-- | devel/id-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile index f7650e8923d..6e6ee49518f 100644 --- a/devel/id-utils/Makefile +++ b/devel/id-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/01/08 02:35:59 thorpej Exp $ +# $NetBSD: Makefile,v 1.29 2003/02/26 13:54:55 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1996/11/18 10:22:47 asami Exp # @@ -11,6 +11,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/idutils/idutils.html COMMENT= Classic Berkeley gid/lid tools for looking up variables in code +CONFLICTS= sh-utils>=2.0nb2 + BUILD_USES_MSGFMT= yes USE_BUILDLINK2= yes |