aboutsummaryrefslogtreecommitdiff
path: root/net/trickle
diff options
context:
space:
mode:
Diffstat (limited to 'net/trickle')
-rw-r--r--net/trickle/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile
index 909c64f7f178..dd04ff91944a 100644
--- a/net/trickle/Makefile
+++ b/net/trickle/Makefile
@@ -7,7 +7,7 @@
PORTNAME= trickle
PORTVERSION= 1.06
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://monkey.org/~marius/trickle/
@@ -19,7 +19,8 @@ LIB_DEPENDS= event-1.1a.1:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ARGS+=--with-libevent=${LOCALBASE}
+CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} \
+ --sysconfdir=${PREFIX}/etc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}