aboutsummaryrefslogtreecommitdiff
path: root/devel/dwarfdump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dwarfdump/Makefile')
-rw-r--r--devel/dwarfdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dwarfdump/Makefile b/devel/dwarfdump/Makefile
index f456e8d4f93e..039a307b7abb 100644
--- a/devel/dwarfdump/Makefile
+++ b/devel/dwarfdump/Makefile
@@ -19,8 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libdwarf.a:${PORTSDIR}/devel/libdwarf
WRKSRC= ${WRKDIR}/dwarf-${PORTVERSION}/dwarfdump
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+LDFLAGS+= -L${LOCALBASE}/lib
+CFLAGS+= -I${LOCALBASE}/include
MAN1= dwarfdump.1