diff options
Diffstat (limited to 'editors/texmacs/Makefile')
-rw-r--r-- | editors/texmacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index cfbf7881cc7a..6fcd447f4d56 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -28,8 +28,8 @@ USE_ICONV= yes USE_GMAKE= yes USE_GHOSTSCRIPT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-optimize="${CXXFLAGS}" \ --with-iconv="${LOCALBASE}" |