From owner-svn-ports-all@FreeBSD.ORG Thu Sep 12 02:37:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5E31B29D; Thu, 12 Sep 2013 02:37:18 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D09D2820; Thu, 12 Sep 2013 02:37:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8C2bIBS044427; Thu, 12 Sep 2013 02:37:18 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8C2bIDV044426; Thu, 12 Sep 2013 02:37:18 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309120237.r8C2bIDV044426@svn.freebsd.org> From: Jason Helfman Date: Thu, 12 Sep 2013 02:37:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327030 - head/graphics/qiv 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, 12 Sep 2013 02:37:18 -0000 Author: jgh Date: Thu Sep 12 02:37:17 2013 New Revision: 327030 URL: http://svnweb.freebsd.org/changeset/ports/327030 Log: Note: pr originally was intended to only address pkgconfig dependency, however this was addressed in rr327018 - adopt new lib_depends format - pet portlint - move pre-configure to post-patch-script PR: 181988 Submitted by: kalten@gmx.at Modified: head/graphics/qiv/Makefile Modified: head/graphics/qiv/Makefile ============================================================================== --- head/graphics/qiv/Makefile Thu Sep 12 01:40:42 2013 (r327029) +++ head/graphics/qiv/Makefile Thu Sep 12 02:37:17 2013 (r327030) @@ -12,14 +12,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Small, fast GDK/Imlib2 image viewer -LIB_DEPENDS= Imlib2.5:${PORTSDIR}/graphics/imlib2 - LICENSE= GPLv2 +LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 + USES= gmake pkgconfig USE_GNOME= gtk20 - OPTIONS_DEFINE= XINERAMA MAN1= qiv.1 @@ -28,7 +27,7 @@ USE_XORG+= x11 .include -pre-configure: +post-patch-script: .if ${PORT_OPTIONS:MXINERAMA} USE_XORG+= xinerama .else