diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-12-20 15:22:34 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-12-20 15:22:34 +0000 |
commit | 752fe750e7be2e698021b28624078b688d621f6f (patch) | |
tree | c865f8aa136b0482de8ba195261270bc00d4a3b1 /graphics/ocropus | |
parent | e2aed7e28481a2bd2c5a91998b751ecb47d6025e (diff) | |
download | ports-752fe750e7be2e698021b28624078b688d621f6f.tar.gz ports-752fe750e7be2e698021b28624078b688d621f6f.zip |
Notes
Diffstat (limited to 'graphics/ocropus')
-rw-r--r-- | graphics/ocropus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index 4218511be595..6f001ca21b82 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -32,7 +32,6 @@ USE_GMAKE= yes CONFIGURE_ARGS= --without-fst --without-tesseract --with-iulib=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GCC= 4.2+ .include <bsd.port.pre.mk> @@ -45,7 +44,7 @@ USE_SDL= sdl .if !defined(WITH_LEPTONICA) CONFIGURE_ARGS+=--without-leptonica .else -LIB_DEPENDS+= lept.0:${PORTSDIR}/graphics/leptonica +LIB_DEPENDS+= lept.2:${PORTSDIR}/graphics/leptonica .endif pre-configure: |