summaryrefslogtreecommitdiff
path: root/devel/sfslite-dbg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sfslite-dbg/Makefile')
-rw-r--r--devel/sfslite-dbg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sfslite-dbg/Makefile b/devel/sfslite-dbg/Makefile
index 75a16bf56af6..d081efd334e8 100644
--- a/devel/sfslite-dbg/Makefile
+++ b/devel/sfslite-dbg/Makefile
@@ -13,5 +13,5 @@ COMMENT= sfslite with dmalloc and without optimization
LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc
PKG_INSTALL= ${MASTERDIR}/pkg-install
-CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+LDFLAGS+= -L${LOCALBASE}/lib
+CFLAGS+= -I${LOCALBASE}/include