Date: Thu, 22 Aug 2013 11:37:07 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325185 - head/graphics/gimmage Message-ID: <201308221137.r7MBb7L9041344@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308221137.r7MBb7L9041344>