aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/nucleo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/nucleo/Makefile')
-rw-r--r--x11-toolkits/nucleo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile
index 9eb3cdee900d..51750f5ef7e9 100644
--- a/x11-toolkits/nucleo/Makefile
+++ b/x11-toolkits/nucleo/Makefile
@@ -24,8 +24,8 @@ USE_GMAKE= yes
USE_GL= glu
USE_QT_VER= 4
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
OPTIONS= GNUTLS "Build with GnuTLS support" off \