aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-12 19:02:27 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-12 19:02:27 +0000
commit6e36a84944b0d7a2ec36cf6e43da20986c8739c3 (patch)
tree37498c1b21793b1716ddf14bf805f50a6b17253d /irc
parentcca6c82781b11088a872b46503127270d05d65a1 (diff)
downloadports-6e36a84944b0d7a2ec36cf6e43da20986c8739c3.tar.gz
ports-6e36a84944b0d7a2ec36cf6e43da20986c8739c3.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/ircproxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile
index ecb5a492f529..2b4a4de6c3b7 100644
--- a/irc/ircproxy/Makefile
+++ b/irc/ircproxy/Makefile
@@ -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 \