diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-09-15 03:06:34 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-09-15 03:06:34 +0800 |
commit | 395f9bd3dc0dc1511712794a411460f54530f39e (patch) | |
tree | 995e97428f7d58387904bdfe054dc44e0e6d69bc /net-im | |
parent | 5bfb45ea294a38c821a88632dd81ac36bbf4cb2a (diff) | |
download | freebsd-ports-gnome-395f9bd3dc0dc1511712794a411460f54530f39e.tar.gz freebsd-ports-gnome-395f9bd3dc0dc1511712794a411460f54530f39e.tar.zst freebsd-ports-gnome-395f9bd3dc0dc1511712794a411460f54530f39e.zip |
- Default to DAEMON mode
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mu-conference/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/mu-conference/Makefile b/net-im/mu-conference/Makefile index 870370e7a831..e01c38231ef7 100644 --- a/net-im/mu-conference/Makefile +++ b/net-im/mu-conference/Makefile @@ -23,12 +23,14 @@ USE_GNOME= glib20 pkgconfig USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= MYSQL +OPTIONS_DEFAULT=DAEMON OPTIONS_SINGLE= SERVER -OPTIONS_SINGLE_SERVER= JABBER JABBERD EJABBERD +OPTIONS_SINGLE_SERVER= JABBER JABBERD EJABBERD DAEMON JABBER_DESC= Use with jabberd14 (net-im/jabber) JABBERD_DESC= Use with jabberd 2.x (net-im/jabberd) EJABBERD_DESC= Use with ejabberd (net-im/ejabberd) +DAEMON_DESC= Use builtin daemon SUB_FILES+= pkg-message README.FreeBSD.jabberd14 \ README.FreeBSD.jabberd2 README.FreeBSD.external @@ -70,7 +72,7 @@ JABBER_USER?= ejabberd JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber RUN_DEPENDS+= ejabberdctl:${PORTSDIR}/net-im/ejabberd -.else +.elif ${PORT_OPTIONS:MDAEMON} JABBER_REQUIRE?= DAEMON JABBER_USER?= nobody JABBER_PIDDIR?= /var/run/mu-conference |