1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- fix build with custom LOCALBASE

- no need to add --prefix= to CONFIGURE_ARGS, it's done by b.p.m because
GNU_CONFIGURE=yes

Submitted by:	Sahil Tandon
Reported by:	QATty
Approved by:	portmgr (itetcu@)
This commit is contained in:
Ion-Mihai Tetcu 2009-06-12 19:02:27 +00:00
parent cca6c82781
commit 6e36a84944
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235660

View File

@ -16,7 +16,8 @@ COMMENT= An IRC proxy/bouncer daemon
LIB_DEPENDS= cares.1:${PORTSDIR}/dns/c-ares
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${LOCALBASE}
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
OPTIONS= SSL "Enable SSL support" on \
IPV6 "Enable IPv6 support" on \