diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-15 02:42:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-15 02:42:04 +0800 |
commit | 2c6a3135268f227c2f016b08155f35b56c7fbd99 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /net-im/folks | |
parent | 92158ef1a1b16aa6f359266ab3492fc06838b525 (diff) | |
download | freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.gz freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.zst freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.zip |
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'net-im/folks')
-rw-r--r-- | net-im/folks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index 9d10c6cbed32..ed5644900ccf 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -12,8 +12,8 @@ COMMENT= library to aggregates people from multiple sources BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= gee:${PORTSDIR}/devel/libgee06 \ - telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib +LIB_DEPENDS= libgee.so:${PORTSDIR}/devel/libgee06 \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib IGNORE= Doesn't build currently, missing components CONFLICTS= folks-0.4.[0-9]* |