svn commit: r336817 - head/multimedia/subtitleeditor
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Dec 18 11:40:37 UTC 2013
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
More information about the svn-ports-all
mailing list