diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-06-01 20:23:08 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-06-01 20:23:08 +0800 |
commit | e2be863d04ffb91cfcee56c0a0abc75c23dda1e2 (patch) | |
tree | d8664ffca21015db595f486a32edfb67b856d930 /net-im/telepathy-haze | |
parent | 5df9af412a1739c50f713923c5ad5d2e3f83710c (diff) | |
download | freebsd-ports-gnome-e2be863d04ffb91cfcee56c0a0abc75c23dda1e2.tar.gz freebsd-ports-gnome-e2be863d04ffb91cfcee56c0a0abc75c23dda1e2.tar.zst freebsd-ports-gnome-e2be863d04ffb91cfcee56c0a0abc75c23dda1e2.zip |
Stagify.
Use new lib_depends syntax.
gnomehack -> pathfix
AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla]
Diffstat (limited to 'net-im/telepathy-haze')
-rw-r--r-- | net-im/telepathy-haze/Makefile | 10 | ||||
-rw-r--r-- | net-im/telepathy-haze/pkg-plist | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-im/telepathy-haze/Makefile b/net-im/telepathy-haze/Makefile index a6333041ab9c..8e7dec7d8f64 100644 --- a/net-im/telepathy-haze/Makefile +++ b/net-im/telepathy-haze/Makefile @@ -11,13 +11,13 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/ MAINTAINER= gnome@FreeBSD.org COMMENT= Libpurple connection manager for telepathy -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple \ - idn:${PORTSDIR}/dns/libidn \ - telepathy-glib:${PORTSDIR}/net-im/telepathy-glib +LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple \ + libidn.so:${PORTSDIR}/dns/libidn \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake libtool pkgconfig +USE_GNOME= libxslt:build .include <bsd.port.mk> diff --git a/net-im/telepathy-haze/pkg-plist b/net-im/telepathy-haze/pkg-plist index b3307948f55c..e99acae8bea2 100644 --- a/net-im/telepathy-haze/pkg-plist +++ b/net-im/telepathy-haze/pkg-plist @@ -1,3 +1,4 @@ libexec/telepathy-haze +man/man8/telepathy-haze.8.gz share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service man/man8/telepathy-haze.8.gz |