svn commit: r332656 - head/irc/unreal
Bryan Drewery
bdrewery at FreeBSD.org
Mon Nov 4 00:08:08 UTC 2013
Author: bdrewery
Date: Mon Nov 4 00:08:07 2013
New Revision: 332656
URL: http://svnweb.freebsd.org/changeset/ports/332656
Log:
- Fix build with REMOTE [1]
- Add missing dependency on pkgconfig
PR: ports/183587 [1]
Submitted by: JR Aquino <tanawts at gmail.com> (maintainer) [1]
Modified:
head/irc/unreal/Makefile
Modified: head/irc/unreal/Makefile
==============================================================================
--- head/irc/unreal/Makefile Sun Nov 3 23:22:27 2013 (r332655)
+++ head/irc/unreal/Makefile Mon Nov 4 00:08:07 2013 (r332656)
@@ -28,6 +28,8 @@ USE_RC_SUBR= unrealircd
USERS= ircd
GROUPS= ircd
+USES= pkgconfig
+
SUB_LIST+= RUNDIR=${RUNDIR}
SUB_LIST+= USERS=${USERS}
SUB_LIST+= GROUPS=${GROUPS}
@@ -43,6 +45,7 @@ CONFIGURE_ARGS= --with-listen=5 \
--with-bufferpool=18 \
--with-permissions=0600 \
--with-fd-setsize=1024 \
+ --with-system-cares \
--enable-dynamic-linking
OPTIONS_DEFINE= HUB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS
More information about the svn-ports-head
mailing list