aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/parallel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2010-10-09 15:35:04 +0800
committersunpoet <sunpoet@FreeBSD.org>2010-10-09 15:35:04 +0800
commit357f0852bb198dc62a0b05ba3c2cc21e90a54339 (patch)
tree4fe243239de1c8c564ff017bf601b0dfd58151b5 /sysutils/parallel
parent05a5ddc52f224a5fd79a73400a9357d75e7009e8 (diff)
downloadfreebsd-ports-gnome-357f0852bb198dc62a0b05ba3c2cc21e90a54339.tar.gz
freebsd-ports-gnome-357f0852bb198dc62a0b05ba3c2cc21e90a54339.tar.zst
freebsd-ports-gnome-357f0852bb198dc62a0b05ba3c2cc21e90a54339.zip
- Add CONFLICTS with sysutils/moreutils
Approved by: pgollucci (mentor, implicit)
Diffstat (limited to 'sysutils/parallel')
-rw-r--r--sysutils/parallel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/parallel/Makefile b/sysutils/parallel/Makefile
index 602513512a32..5078e3ad694d 100644
--- a/sysutils/parallel/Makefile
+++ b/sysutils/parallel/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= GNU
MAINTAINER= howeyc@gmail.com
COMMENT= GNU parallel is a shell tool for executing jobs in parallel
+CONFLICTS= moreutils-[0-9]*
+
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --datarootdir="${PREFIX}"\
--docdir="${PREFIX}/share/doc/${PORTNAME}"