summaryrefslogtreecommitdiff
path: root/net/linc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/linc/Makefile')
-rw-r--r--net/linc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile
index b18c91bc98b7..bd339495df59 100644
--- a/net/linc/Makefile
+++ b/net/linc/Makefile
@@ -25,8 +25,8 @@ USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in