aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--irc/srvx/Makefile8
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)