diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-11-04 08:08:07 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-11-04 08:08:07 +0800 |
commit | ac43089bc0947563805aef488255703631798071 (patch) | |
tree | 4c2b2d4a43ba41cdebacd4c4435da6d305591423 /irc | |
parent | fc42ad9e3ecd4086cfc7a845bf6abb094a2e0a5c (diff) | |
download | freebsd-ports-gnome-ac43089bc0947563805aef488255703631798071.tar.gz freebsd-ports-gnome-ac43089bc0947563805aef488255703631798071.tar.zst freebsd-ports-gnome-ac43089bc0947563805aef488255703631798071.zip |
- Fix build with REMOTE [1]
- Add missing dependency on pkgconfig
PR: ports/183587 [1]
Submitted by: JR Aquino <tanawts@gmail.com> (maintainer) [1]
Diffstat (limited to 'irc')
-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 |