summaryrefslogtreecommitdiff
path: root/databases/geneweb
diff options
context:
space:
mode:
authorrecht <recht>2004-03-07 11:32:44 +0000
committerrecht <recht>2004-03-07 11:32:44 +0000
commit33d69932e45ab9e4de6d199440f5e74863f6a6cc (patch)
tree0151898890770d72731a9f5f7fdb9e7575bf3f28 /databases/geneweb
parent3bf48876dba7b00c8864230c14c183500c644724 (diff)
downloadpkgsrc-33d69932e45ab9e4de6d199440f5e74863f6a6cc.tar.gz
Add a conflict on sysutils/coreutils if GNU_PROGRAM_PREFIX == "g".
Addresses PR 23941 by Chris Pinnock.
Diffstat (limited to 'databases/geneweb')
-rw-r--r--databases/geneweb/Makefile10
1 files changed, 9 insertions, 1 deletions
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}