Date: Wed, 2 Oct 2013 06:33:56 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329017 - head/devel/libvirt-glib Message-ID: <201310020633.r926XuAV042784@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Wed Oct 2 06:33:56 2013 New Revision: 329017 URL: http://svnweb.freebsd.org/changeset/ports/329017 Log: - support staging - adjust syntax for LIB_DEPENDS - adjust USE_GNOME for dependency requirements in favor of explict listings Modified: head/devel/libvirt-glib/Makefile Modified: head/devel/libvirt-glib/Makefile ============================================================================== --- head/devel/libvirt-glib/Makefile Wed Oct 2 06:31:10 2013 (r329016) +++ head/devel/libvirt-glib/Makefile Wed Oct 2 06:33:56 2013 (r329017) @@ -9,20 +9,17 @@ MASTER_SITES= ftp://libvirt.org/libvirt/ MAINTAINER= jgh@FreeBSD.org COMMENT= Glib bindings for Libvirt virtualization API -BUILD_DEPENDS= gobject-introspection>=1.34.2:${PORTSDIR}/devel/gobject-introspection \ - intltool-update:${PORTSDIR}/textproc/intltool -LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt GNU_CONFIGURE= yes USES= pathfix pkgconfig gmake USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_GNOME= glib20 +USE_GNOME= intltool introspection CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector CONFIGURE_ARGS+= --enable-introspection -NO_STAGE= yes post-patch-script: @${REINPLACE_CMD} 's}--quiet}--quiet --libtool=${LIBTOOL}}' \ ${WRKSRC}/libvirt-*/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310020633.r926XuAV042784>