diff options
author | eadler <eadler@FreeBSD.org> | 2012-04-20 20:25:26 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-04-20 20:25:26 +0800 |
commit | 24e99b905784f355f5b709dc0c07a57e0035a8dc (patch) | |
tree | ee4d379d1c4d1d58061abf9572bcac432f2f5597 /sysutils | |
parent | 4cf3bde37f239d56af253bfa934fb16669a8f091 (diff) | |
download | freebsd-ports-gnome-24e99b905784f355f5b709dc0c07a57e0035a8dc.tar.gz freebsd-ports-gnome-24e99b905784f355f5b709dc0c07a57e0035a8dc.tar.zst freebsd-ports-gnome-24e99b905784f355f5b709dc0c07a57e0035a8dc.zip |
Indicate conflict with net/netpipes
PR: 157109
Submitted by: Mickael Maillot <mickael.maillot@gmail.com>
Reviewed by: scheidell
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/timelimit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/timelimit/Makefile b/sysutils/timelimit/Makefile index 2164d88b6833..4b8be52a1cc5 100644 --- a/sysutils/timelimit/Makefile +++ b/sysutils/timelimit/Makefile @@ -15,6 +15,9 @@ MAINTAINER= eadler@FreeBSD.org COMMENT= Limit the absolute execution time of a process LICENSE= BSD + +CONFLICTS= netpipes-[0-9]* + MAN1= timelimit.1 PLIST_FILES= bin/timelimit |