aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2013-03-07 12:38:30 +0800
committerbf <bf@FreeBSD.org>2013-03-07 12:38:30 +0800
commit7af9042f015742a85f217b5588874023f099eaf2 (patch)
tree143944bd8d3a660fef3f636870f397038409b0dc
parent0dae917e37995503d4502a2bd21c9417f682218c (diff)
downloadfreebsd-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/Makefile2
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: