Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 11:40:37 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336817 - head/multimedia/subtitleeditor
Message-ID:  <201312181140.rBIBebbp065019@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Dec 18 11:40:36 2013
New Revision: 336817
URL: http://svnweb.freebsd.org/changeset/ports/336817

Log:
  Use new LIB_DEPENDS regime

Modified:
  head/multimedia/subtitleeditor/Makefile

Modified: head/multimedia/subtitleeditor/Makefile
==============================================================================
--- head/multimedia/subtitleeditor/Makefile	Wed Dec 18 11:13:54 2013	(r336816)
+++ head/multimedia/subtitleeditor/Makefile	Wed Dec 18 11:40:36 2013	(r336817)
@@ -14,11 +14,11 @@ LICENSE=	GPLv3
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
-		glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
-		gstreamermm-0.10.2:${PORTSDIR}/multimedia/gstreamermm \
-		enchant:${PORTSDIR}/textproc/enchant \
-		pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
+		libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
+		libgstreamermm-0.10.so:${PORTSDIR}/multimedia/gstreamermm \
+		libenchant.so:${PORTSDIR}/textproc/enchant \
+		libpcre.so:${PORTSDIR}/devel/pcre
 
 USES=		gmake pkgconfig
 USE_GCC=	yes



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