1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Fix build with REMOTE [1]

- Add missing dependency on pkgconfig

PR:		ports/183587 [1]
Submitted by:	JR Aquino <tanawts@gmail.com> (maintainer) [1]
This commit is contained in:
Bryan Drewery 2013-11-04 00:08:07 +00:00
parent a2e359cf67
commit bcc94221ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332656

View File

@ -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