aboutsummaryrefslogtreecommitdiff
path: root/net/uriparser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/uriparser/Makefile')
-rw-r--r--net/uriparser/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/uriparser/Makefile b/net/uriparser/Makefile
index ffa800d2d264..44ed950b12e8 100644
--- a/net/uriparser/Makefile
+++ b/net/uriparser/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= uriparser
-PORTVERSION= 0.7.2
+PORTVERSION= 0.7.5
CATEGORIES= net
MASTER_SITES= SF
@@ -14,8 +14,15 @@ MAINTAINER= ed@FreeBSD.org
COMMENT= URI parsing library
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--disable-doc --disable-test
+
USE_BZIP2= yes
+USE_GNOME= pkgconfig
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
+post-patch:
+ @${REINPLACE_CMD} 's|$$(libdir)/pkgconfig|$$(libdir)data/pkgconfig|' \
+ ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>