Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 02:37:18 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327030 - head/graphics/qiv
Message-ID:  <201309120237.r8C2bIDV044426@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
-pre-configure:
+post-patch-script:
 .if ${PORT_OPTIONS:MXINERAMA}
 USE_XORG+=	xinerama
 .else



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