diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /graphics/ocropus/Makefile | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'graphics/ocropus/Makefile')
-rw-r--r-- | graphics/ocropus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index c1c588a81a8c..1f4c5585570a 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -7,7 +7,7 @@ PORTNAME= ocropus PORTVERSION= 0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -27,7 +27,7 @@ OPTIONS= SDL "Enable SDL for graphical debugging" off \ MAKE_JOBS_UNSAFE= yes USE_PYTHON_BUILD= yes -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267 USE_GMAKE= yes CONFIGURE_ARGS= --without-fst --without-tesseract --with-iulib=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib |