diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-11-04 00:08:07 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-11-04 00:08:07 +0000 |
commit | bcc94221acba9f8a2dfc049f629039927b01534a (patch) | |
tree | 4c2b2d4a43ba41cdebacd4c4435da6d305591423 /irc/unreal/Makefile | |
parent | a2e359cf67d8537c0915701c741d30b6038fc20d (diff) |
Notes
Diffstat (limited to 'irc/unreal/Makefile')
-rw-r--r-- | irc/unreal/Makefile | 3 |
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 |