diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-07-02 20:23:00 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-07-02 20:23:00 +0000 |
commit | d92add59e5d87bfc1604fada0c3505b3a522eba9 (patch) | |
tree | f61ddce117e4a8871b57ba9d36b9393ca93499c1 /devel/libvirt-glib | |
parent | aad5f9af942b3af149ac911c1782a5a2fd0d8df1 (diff) |
Notes
Diffstat (limited to 'devel/libvirt-glib')
-rw-r--r-- | devel/libvirt-glib/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libvirt-glib/Makefile b/devel/libvirt-glib/Makefile index cec1062f85db..ee0c84d33fb3 100644 --- a/devel/libvirt-glib/Makefile +++ b/devel/libvirt-glib/Makefile @@ -3,20 +3,21 @@ PORTNAME= libvirt-glib PORTVERSION= 0.1.6 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://libvirt.org/libvirt/glib/ MAINTAINER= jgh@FreeBSD.org COMMENT= Glib bindings for Libvirt virtualization API -BUILD_DEPENDS= gio-fam-backend>=0:${PORTSDIR}/devel/gio-fam-backend \ - gobject-introspection>=1.34.2:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= virt.1000:${PORTSDIR}/devel/libvirt +BUILD_DEPENDS= gobject-introspection>=1.34.2:${PORTSDIR}/devel/gobject-introspection +LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt GNU_CONFIGURE= yes USES= pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool +USE_GNOME= glib20 USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector |