diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-12-18 19:40:36 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-12-18 19:40:36 +0800 |
commit | 6d6c5082a7998105112d245b41f60450ebdc9e63 (patch) | |
tree | 886f1eeaa1aaca63033fdc112e53f30ef21816ce | |
parent | 725966b14b3e7b4bafdf925735cf9bf5c0a3e3e3 (diff) | |
download | freebsd-ports-gnome-6d6c5082a7998105112d245b41f60450ebdc9e63.tar.gz freebsd-ports-gnome-6d6c5082a7998105112d245b41f60450ebdc9e63.tar.zst freebsd-ports-gnome-6d6c5082a7998105112d245b41f60450ebdc9e63.zip |
Use new LIB_DEPENDS regime
-rw-r--r-- | multimedia/subtitleeditor/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile index 95016fd1a8cc..3f3bb8974e73 100644 --- a/multimedia/subtitleeditor/Makefile +++ b/multimedia/subtitleeditor/Makefile @@ -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 |