diff options
author | recht <recht@pkgsrc.org> | 2004-02-22 21:44:33 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-02-22 21:44:33 +0000 |
commit | 1ffc8ea7cac8e0cfdfaac67445e3b8f9649c935c (patch) | |
tree | 3535612223e63e5b420c8a33f4aff8f3e42d5999 /sysutils/coreutils | |
parent | e753d31a7d5da4089a5c5fa8cd4e6e3eb7456c71 (diff) | |
download | pkgsrc-1ffc8ea7cac8e0cfdfaac67445e3b8f9649c935c.tar.gz |
Add a conflict on databases/geneweb if GNU_PROGRAM_PREFIX == "g".
Addresses PR 23941 by Chris Pinnock.
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r-- | sysutils/coreutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index a3636cc657e..00b91ee2059 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/02/22 21:32:18 recht Exp $ +# $NetBSD: Makefile,v 1.16 2004/02/22 21:44:33 recht Exp $ DISTNAME= coreutils-5.2.0 CATEGORIES= sysutils @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --program-prefix=${GNU_PROGRAM_PREFIX} # GNU_PROGRAM_PREFIX == 'g' .if ${GNU_PROGRAM_PREFIX} == "g" CONFLICTS+= id-utils-[0-9]* gnome-utils<1.4.1.2nb2 +CONFLICTS+= geneweb-[0-9]* .endif # print/teTeX*-bin installs a 'readlink' program, so conflict with it if # GNU_PROGRAM_PREFIX == '' |