diff options
author | bf <bf@FreeBSD.org> | 2013-03-07 12:38:30 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-03-07 12:38:30 +0800 |
commit | 7af9042f015742a85f217b5588874023f099eaf2 (patch) | |
tree | 143944bd8d3a660fef3f636870f397038409b0dc | |
parent | 0dae917e37995503d4502a2bd21c9417f682218c (diff) | |
download | freebsd-ports-gnome-7af9042f015742a85f217b5588874023f099eaf2.tar.gz freebsd-ports-gnome-7af9042f015742a85f217b5588874023f099eaf2.tar.zst freebsd-ports-gnome-7af9042f015742a85f217b5588874023f099eaf2.zip |
correct the dependency check for the (non-default) leptonica option
-rw-r--r-- | graphics/ocropus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index 412c7065c21b..7c20c6e12dc7 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -44,7 +44,7 @@ USE_SDL= sdl .if !defined(WITH_LEPTONICA) CONFIGURE_ARGS+=--without-leptonica .else -LIB_DEPENDS+= lept.2:${PORTSDIR}/graphics/leptonica +LIB_DEPENDS+= lept:${PORTSDIR}/graphics/leptonica .endif pre-configure: |