svn commit: r325185 - head/graphics/gimmage

Guido Falsi madpilot at FreeBSD.org
Thu Aug 22 11:37:08 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list