summaryrefslogtreecommitdiff
path: root/devel/subcommander/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/subcommander/Makefile')
-rw-r--r--devel/subcommander/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/subcommander/Makefile b/devel/subcommander/Makefile
index efb8c13c1177..e51115afa817 100644
--- a/devel/subcommander/Makefile
+++ b/devel/subcommander/Makefile
@@ -26,8 +26,9 @@ USE_GMAKE= yes
USE_QT_VER= 3
CONFIGURE_ARGS+=--with-boost=${LOCALBASE} --with-neon=${LOCALBASE} \
--with-subversion=${LOCALBASE}
-CONFIGURE_ENV= QTDIR=${LOCALBASE} CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ENV= QTDIR=${LOCALBASE}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
NO_LATEST_LINK= yes