Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2013 04:38:30 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313563 - head/graphics/ocropus
Message-ID:  <201303070438.r274cUf2006372@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303070438.r274cUf2006372>