diff options
Diffstat (limited to 'devel/subcommander/Makefile')
-rw-r--r-- | devel/subcommander/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/subcommander/Makefile b/devel/subcommander/Makefile index 86644da547fb..891e63692428 100644 --- a/devel/subcommander/Makefile +++ b/devel/subcommander/Makefile @@ -26,7 +26,7 @@ USE_GMAKE= yes USE_QT_VER= 3 CONFIGURE_ARGS+= --with-boost=${LOCALBASE} CONFIGURE_ARGS+= --with-neon=${LOCALBASE} -CONFIGURE_ENV= QTDIR=${X11BASE} CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= QTDIR=${LOCALBASE} CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .include <bsd.port.mk> |