aboutsummaryrefslogtreecommitdiff
path: root/irc/unreal
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-11-04 00:08:07 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-11-04 00:08:07 +0000
commitbcc94221acba9f8a2dfc049f629039927b01534a (patch)
tree4c2b2d4a43ba41cdebacd4c4435da6d305591423 /irc/unreal
parenta2e359cf67d8537c0915701c741d30b6038fc20d (diff)
downloadports-bcc94221acba9f8a2dfc049f629039927b01534a.tar.gz
ports-bcc94221acba9f8a2dfc049f629039927b01534a.zip
- Fix build with REMOTE [1]
- Add missing dependency on pkgconfig PR: ports/183587 [1] Submitted by: JR Aquino <tanawts@gmail.com> (maintainer) [1]
Notes
Notes: svn path=/head/; revision=332656
Diffstat (limited to 'irc/unreal')
-rw-r--r--irc/unreal/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile
index cd3998d9f6ed..9d874c7bd315 100644
--- a/irc/unreal/Makefile
+++ b/irc/unreal/Makefile
@@ -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