summaryrefslogtreecommitdiff
path: root/devel/lfcxml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/lfcxml/Makefile')
-rw-r--r--devel/lfcxml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/lfcxml/Makefile b/devel/lfcxml/Makefile
index 5717fd9dede1..82fd63a17f29 100644
--- a/devel/lfcxml/Makefile
+++ b/devel/lfcxml/Makefile
@@ -16,8 +16,8 @@ LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc
LICENSE= GPLv2
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf:env