svn commit: r336838 - in head: mail/sylpheed net-im/pidgin-bs net-im/pidgin-privacy-please
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Dec 18 15:06:20 UTC 2013
Author: ehaupt
Date: Wed Dec 18 15:06:19 2013
New Revision: 336838
URL: http://svnweb.freebsd.org/changeset/ports/336838
Log:
Use new LIB_DEPENDS regime
Modified:
head/mail/sylpheed/Makefile
head/net-im/pidgin-bs/Makefile
head/net-im/pidgin-privacy-please/Makefile
Modified: head/mail/sylpheed/Makefile
==============================================================================
--- head/mail/sylpheed/Makefile Wed Dec 18 15:05:22 2013 (r336837)
+++ head/mail/sylpheed/Makefile Wed Dec 18 15:06:19 2013 (r336838)
@@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--disable-ssl
.endif
.if ${PORT_OPTIONS:MGPGME}
-LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+=--enable-gpgme
.else
@@ -58,14 +58,14 @@ CONFIGURE_ARGS+=--disable-gpgme
.endif
.if ${PORT_OPTIONS:MCOMPFACE}
-LIB_DEPENDS+= compface:${PORTSDIR}/mail/faces
+LIB_DEPENDS+= libcompface.so:${PORTSDIR}/mail/faces
CONFIGURE_ARGS+=--enable-compface
.else
CONFIGURE_ARGS+=--disable-compface
.endif
.if ${PORT_OPTIONS:MJPILOT}
-LIB_DEPENDS+= pisock:${PORTSDIR}/palm/pilot-link
+LIB_DEPENDS+= libpisock.so:${PORTSDIR}/palm/pilot-link
RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot
CONFIGURE_ARGS+=--enable-jpilot
.else
@@ -80,7 +80,7 @@ CONFIGURE_ARGS+=--disable-ldap
.endif
.if ${PORT_OPTIONS:MGTKSPELL}
-LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell
+LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell
CONFIGURE_ARGS+=--enable-gtkspell
.else
CONFIGURE_ARGS+=--disable-gtkspell
Modified: head/net-im/pidgin-bs/Makefile
==============================================================================
--- head/net-im/pidgin-bs/Makefile Wed Dec 18 15:05:22 2013 (r336837)
+++ head/net-im/pidgin-bs/Makefile Wed Dec 18 15:06:19 2013 (r336838)
@@ -13,7 +13,7 @@ COMMENT= Pidgin plugin to prevent instan
LICENSE= GPLv3
-LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
GNU_CONFIGURE= yes
Modified: head/net-im/pidgin-privacy-please/Makefile
==============================================================================
--- head/net-im/pidgin-privacy-please/Makefile Wed Dec 18 15:05:22 2013 (r336837)
+++ head/net-im/pidgin-privacy-please/Makefile Wed Dec 18 15:06:19 2013 (r336838)
@@ -12,7 +12,7 @@ COMMENT= Privacy plugin for the pidgin i
LICENSE= GPLv2
-LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
More information about the svn-ports-all
mailing list