diff options
Diffstat (limited to 'textproc/htmltolatex/Makefile')
-rw-r--r-- | textproc/htmltolatex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index 5c351be22d1e..dd789803d9a4 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -21,6 +21,7 @@ MAKE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS} -DUNIX \ `GraphicsMagick++-config --cppflags`" +NO_STAGE= yes post-configure: ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ -e 's,-lMagick,-lGraphicsMagick,g' \ |