diff options
Diffstat (limited to 'net/trickle/Makefile')
-rw-r--r-- | net/trickle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile index 9febe86c06ec..911c88cb444d 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -22,8 +22,8 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} \ --sysconfdir=${PREFIX}/etc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include MAN1= trickle.1 MAN5= trickled.conf.5 |