summaryrefslogtreecommitdiff
path: root/devel/urjtag/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/urjtag/Makefile')
-rw-r--r--devel/urjtag/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/urjtag/Makefile b/devel/urjtag/Makefile
index d15094a63959..e4d634073a99 100644
--- a/devel/urjtag/Makefile
+++ b/devel/urjtag/Makefile
@@ -19,10 +19,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LEX=${LOCALBASE}/bin/flex \
- CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= LEX=${LOCALBASE}/bin/flex
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= --std=c99
MAN1= jtag.1 bsdl2jtag.1