From owner-svn-ports-all@FreeBSD.ORG Thu Mar 7 04:38:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B7C95149; Thu, 7 Mar 2013 04:38:30 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AA652E41; Thu, 7 Mar 2013 04:38:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r274cUcO006373; Thu, 7 Mar 2013 04:38:30 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r274cUf2006372; Thu, 7 Mar 2013 04:38:30 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201303070438.r274cUf2006372@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 7 Mar 2013 04:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313563 - head/graphics/ocropus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2013 04:38:30 -0000 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: