aboutsummaryrefslogtreecommitdiff
path: root/devel/json-glib/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-01 18:05:36 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-01 18:05:36 +0000
commit9b0cbd2ab6ad94417036aa1088a91ed77f27c0ef (patch)
treeec5d7e210672799e4ced3e3c8ac5e0333d85f721 /devel/json-glib/Makefile
parentb66c3e6216b1ecca48c85c85a1c584c516bece18 (diff)
Notes
Diffstat (limited to 'devel/json-glib/Makefile')
-rw-r--r--devel/json-glib/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile
index da3551396fc9..b16530ad1d69 100644
--- a/devel/json-glib/Makefile
+++ b/devel/json-glib/Makefile
@@ -4,6 +4,7 @@
PORTNAME= json-glib
PORTVERSION= 0.14.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNOME
@@ -13,11 +14,12 @@ 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 tar:xz gmake
-USE_GNOME= glib20 gnomehack gnomeprefix ltverhack introspection:build
-USE_AUTOTOOLS= libtool
+USES= gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME= glib20 gnomeprefix introspection:build
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>