diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-13 05:57:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-13 05:57:04 +0000 |
commit | 53b7f00a72a52e96cc9f4ba511e87a6500e95889 (patch) | |
tree | 9cd325dea3da824f681456839d6dfb3a64fedecc /devel/json-glib | |
parent | f2104bda0ccf7081c491098efc8daf8636ad3573 (diff) | |
download | ports-53b7f00a72a52e96cc9f4ba511e87a6500e95889.tar.gz ports-53b7f00a72a52e96cc9f4ba511e87a6500e95889.zip |
Notes
Diffstat (limited to 'devel/json-glib')
-rw-r--r-- | devel/json-glib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile index 31652d8b41e0..da3551396fc9 100644 --- a/devel/json-glib/Makefile +++ b/devel/json-glib/Makefile @@ -13,14 +13,11 @@ COMMENT= JSON (RFC 4627) interface for Glib 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> |