From owner-svn-ports-all@FreeBSD.ORG  Thu Aug 22 11:37:07 2013
Return-Path: <owner-svn-ports-all@FreeBSD.ORG>
Delivered-To: svn-ports-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTP id CEAC7BF2;
 Thu, 22 Aug 2013 11:37:07 +0000 (UTC)
 (envelope-from madpilot@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 BA59424F2;
 Thu, 22 Aug 2013 11:37:07 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7MBb7tB041345;
 Thu, 22 Aug 2013 11:37:07 GMT
 (envelope-from madpilot@svn.freebsd.org)
Received: (from madpilot@localhost)
 by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7MBb7L9041344;
 Thu, 22 Aug 2013 11:37:07 GMT
 (envelope-from madpilot@svn.freebsd.org)
Message-Id: <201308221137.r7MBb7L9041344@svn.freebsd.org>
From: Guido Falsi <madpilot@FreeBSD.org>
Date: Thu, 22 Aug 2013 11:37:07 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r325185 - head/graphics/gimmage
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 <svn-ports-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 22 Aug 2013 11:37:08 -0000

Author: madpilot
Date: Thu Aug 22 11:37:07 2013
New Revision: 325185
URL: http://svnweb.freebsd.org/changeset/ports/325185

Log:
  Fix build.
  
  While here convert LIB_DEPENDS to new format.

Modified:
  head/graphics/gimmage/Makefile

Modified: head/graphics/gimmage/Makefile
==============================================================================
--- head/graphics/gimmage/Makefile	Thu Aug 22 11:18:13 2013	(r325184)
+++ head/graphics/gimmage/Makefile	Thu Aug 22 11:37:07 2013	(r325185)
@@ -10,11 +10,11 @@ MASTER_SITES=	BERLIOS CENKES
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple image viewer
 
-LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
-		curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
+		libcurl.so:${PORTSDIR}/ftp/curl
 
 USES=		gettext
 GNU_CONFIGURE=	yes
-LDFLAGS+=	-lintl
+CONFIGURE_ARGS+=	--with-libintl-prefix=${LOCALBASE}
 
 .include <bsd.port.mk>