summaryrefslogtreecommitdiff
path: root/devel/thrift-c_glib
diff options
context:
space:
mode:
Diffstat (limited to 'devel/thrift-c_glib')
-rw-r--r--devel/thrift-c_glib/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/thrift-c_glib/Makefile b/devel/thrift-c_glib/Makefile
index 74e33d5104f1..f07db4c59948 100644
--- a/devel/thrift-c_glib/Makefile
+++ b/devel/thrift-c_glib/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= libglib-2.0.so:devel/glib20
DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo
-USES= autoreconf pkgconfig gmake libtool
+USES= autoreconf pathfix pkgconfig gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
@@ -43,7 +43,4 @@ CONFIGURE_ARGS+= \
--without-ruby \
--without-go
-post-patch:
- @${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/lib/c_glib/Makefile.am
-
.include <bsd.port.mk>