From 33d69932e45ab9e4de6d199440f5e74863f6a6cc Mon Sep 17 00:00:00 2001 From: recht Date: Sun, 7 Mar 2004 11:32:44 +0000 Subject: Add a conflict on sysutils/coreutils if GNU_PROGRAM_PREFIX == "g". Addresses PR 23941 by Chris Pinnock. --- databases/geneweb/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'databases/geneweb') diff --git a/databases/geneweb/Makefile b/databases/geneweb/Makefile index 29fad73e0bf..389126383d9 100644 --- a/databases/geneweb/Makefile +++ b/databases/geneweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/22 08:02:15 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/03/07 11:32:44 recht Exp $ # DISTNAME= geneweb-4.09 @@ -20,6 +20,14 @@ RCD_SCRIPTS= geneweb ALL_TARGET= out .endif +.include "../../mk/bsd.prefs.mk" + +# sysutils/coreutils a 'gwc' program, so conflict with it if +# ${GNU_PROGRAM_PREFIX} == "g" +.if ${GNU_PROGRAM_PREFIX} == "g" +CONFLICTS+= coreutils-[0-9]* +.endif + # Stripped OCAML binaries don't seem to work nolonger # Installing unstripped binaries until this is fixed INSTALL_PROGRAM = ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} -- cgit v1.2.3