diff options
Diffstat (limited to 'net-im/folks04/Makefile')
-rw-r--r-- | net-im/folks04/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/folks04/Makefile b/net-im/folks04/Makefile index 28461bf537a1..5ba020f3b0eb 100644 --- a/net-im/folks04/Makefile +++ b/net-im/folks04/Makefile @@ -4,12 +4,13 @@ PORTNAME= folks PORTVERSION= 0.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= GNOME +PKGNAMESUFFIX= 04 MAINTAINER= gnome@FreeBSD.org -COMMENT= library to aggregates people from multiple sources +COMMENT= Library to aggregate people from multiple sources BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection @@ -18,9 +19,8 @@ LIB_DEPENDS= libgee.so:${PORTSDIR}/devel/libgee06 \ CONFLICTS= folks-0.[6-9].[0-9]* -PKGNAMESUFFIX= 04 +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes -USES= pathfix gettext gmake pkgconfig tar:bzip2 libtool USE_GNOME= intlhack gnomehier GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |