svn commit: r348038 - head/devel/json-glib
Martin Wilke
miwi at FreeBSD.org
Thu Mar 13 05:57:05 UTC 2014
Author: miwi
Date: Thu Mar 13 05:57:04 2014
New Revision: 348038
URL: http://svnweb.freebsd.org/changeset/ports/348038
QAT: https://qat.redports.org/buildarchive/r348038/
Log:
- Stage support
- Convert to new USES flags
- Disable g-ir-scanner cache to not touch /root/.cache during build
Modified:
head/devel/json-glib/Makefile
Modified: head/devel/json-glib/Makefile
==============================================================================
--- head/devel/json-glib/Makefile Thu Mar 13 05:56:18 2014 (r348037)
+++ head/devel/json-glib/Makefile Thu Mar 13 05:57:04 2014 (r348038)
@@ -13,14 +13,11 @@ COMMENT= JSON (RFC 4627) interface for G
BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
-USES= pkgconfig
-USE_GMAKE= yes
-USE_XZ= yes
-USE_GNOME= glib20 gnomehack gnomeprefix ltverhack
+USES= pkgconfig tar:xz gmake
+USE_GNOME= glib20 gnomehack gnomeprefix ltverhack introspection:build
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list