diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
commit | d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch) | |
tree | 0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /net-im/telepathy-gabble/Makefile | |
parent | 7c7d7065529de83ad11e25e81432355d363a367e (diff) | |
download | marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2 marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip |
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-gabble/Makefile')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index a6b4763f1..84c64b86c 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -11,16 +11,17 @@ COMMENT= Jabber Connection Manager for Telepathy Framework BUILD_DEPENDS= telepathy-glib>=0.18.0:${PORTSDIR}/net-im/telepathy-glib \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ - nice:${PORTSDIR}/net-im/libnice \ - telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ - loudmouth-1:${PORTSDIR}/net-im/loudmouth +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libnice.so:${PORTSDIR}/net-im/libnice \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ + libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss PORTSCOUT= limitw:1,even +NO_STAGE= yes GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig USE_GNOME= glib20 libxslt:build |