diff options
author | John Marino <marino@FreeBSD.org> | 2013-08-14 11:42:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-08-14 11:42:55 +0000 |
commit | b28ed162b1dc0ffbff3b8fb1cd1823d01c6256e3 (patch) | |
tree | e8a94be0b1c8d3db2064ce51e8e24e438cb34cf4 /irc/srvx | |
parent | irc/irssi-xmpp: Mark jobs unsafe (diff) |
irc/srvx: Mark jobs unsafe
Also trim header to please portlint
Approved by: bapt/culot (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=324702
Diffstat (limited to 'irc/srvx')
-rw-r--r-- | irc/srvx/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/irc/srvx/Makefile b/irc/srvx/Makefile index a095f61caa22..b9aec66b69a0 100644 --- a/irc/srvx/Makefile +++ b/irc/srvx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: srvx -# Date created: 2003-11-28 -# Whom: Walter Venable <weaseal@hotmail.com> -# +# Created by: Walter Venable <weaseal@hotmail.com> # $FreeBSD$ -# PORTNAME= srvx PORTVERSION= 1.3.1 @@ -13,6 +9,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A set of services for ircu P10 protocol networks +MAKE_JOBS_UNSAFE=yes + OPTIONS_DEFINE= PROTOCOL_BAHAMUT DEBUG OPTIONS_DEFAULT= PROTOCOL_BAHAMUT PROTOCOL_BAHAMUT_DESC= Enables Bahamut protocol (P10 is default) |