aboutsummaryrefslogtreecommitdiff
path: root/irc/hybserv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/hybserv/Makefile')
-rw-r--r--irc/hybserv/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/irc/hybserv/Makefile b/irc/hybserv/Makefile
index 2c8f5fcc00d6..acb1a9e17df9 100644
--- a/irc/hybserv/Makefile
+++ b/irc/hybserv/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= hybserv
-PORTVERSION= 1.9.1
+PORTVERSION= 1.9.2
CATEGORIES= irc
MASTER_SITES= http://www.hybserv.net/downloads/
@@ -21,6 +21,13 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/hybserv
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+.if defined(WITH_DAEMONTOOLS)
+CONFIGURE_ARGS+= --with-daemontools
+RUN_DEPENDS+= supervise:${PORTSDIR}/sysutils/daemontools
+.endif
+
pre-install:
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL