diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-12 10:39:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-12 10:39:47 +0800 |
commit | f7c6cc376f8d452b54f3bff1f5c7c7bfd97b5bb9 (patch) | |
tree | 20c8ad200757b6365aaf00cf87f9992e27485a5a /net-im | |
parent | 1e7cc6adeaa0b7bee236ffb1b354f663c9d5ccdb (diff) | |
download | freebsd-ports-gnome-f7c6cc376f8d452b54f3bff1f5c7c7bfd97b5bb9.tar.gz freebsd-ports-gnome-f7c6cc376f8d452b54f3bff1f5c7c7bfd97b5bb9.tar.zst freebsd-ports-gnome-f7c6cc376f8d452b54f3bff1f5c7c7bfd97b5bb9.zip |
- Switch to USE_GNOME=introspection
PR: 185916
Submitted by: amdmi3
Approved by: maintainer timeout
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/folks04/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/folks04/Makefile b/net-im/folks04/Makefile index 5ba020f3b0eb..f3d716f51cc9 100644 --- a/net-im/folks04/Makefile +++ b/net-im/folks04/Makefile @@ -12,8 +12,7 @@ PKGNAMESUFFIX= 04 MAINTAINER= gnome@FreeBSD.org COMMENT= Library to aggregate people from multiple sources -BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen LIB_DEPENDS= libgee.so:${PORTSDIR}/devel/libgee06 \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib @@ -21,7 +20,7 @@ CONFLICTS= folks-0.[6-9].[0-9]* USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes -USE_GNOME= intlhack gnomehier +USE_GNOME= intlhack gnomehier introspection:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |