aboutsummaryrefslogtreecommitdiff
path: root/editors/nano/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r--editors/nano/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 943f1006b3d9..a1ce02532409 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -17,8 +17,8 @@ COMMENT= Nano's ANOther editor, an enhanced free Pico clone
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --docdir=${DOCSDIR}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_SAFE= yes
LICENSE= GPLv3