svn commit: r313563 - head/graphics/ocropus
Brendan Fabeny
bf at FreeBSD.org
Thu Mar 7 04:38:30 UTC 2013
Author: bf
Date: Thu Mar 7 04:38:30 2013
New Revision: 313563
URL: http://svnweb.freebsd.org/changeset/ports/313563
Log:
correct the dependency check for the (non-default) leptonica option
Modified:
head/graphics/ocropus/Makefile (contents, props changed)
Modified: head/graphics/ocropus/Makefile
==============================================================================
--- head/graphics/ocropus/Makefile Thu Mar 7 04:21:34 2013 (r313562)
+++ head/graphics/ocropus/Makefile Thu Mar 7 04:38:30 2013 (r313563)
@@ -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:
More information about the svn-ports-all
mailing list