diff options
Diffstat (limited to 'devel/gobject-introspection/Makefile')
-rw-r--r-- | devel/gobject-introspection/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 44595c413a9b..7d8a595c4f43 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gobject-introspection -PORTVERSION= 1.56.1 -PORTREVISION= 1 +PORTVERSION= 1.66.0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNOME @@ -23,15 +22,16 @@ LIB_DEPENDS= libffi.so:devel/libffi PORTSCOUT= limitw:1,even -USES= bison gettext gmake gnome libtool localbase pathfix \ - pkgconfig python:3.4+ tar:xz -GNU_CONFIGURE= yes +USES= bison gettext gnome localbase meson \ + pkgconfig python:3.4+ shebangfix tar:xz +BINARY_ALIAS= python3=${PYTHON_CMD} USE_GNOME= glib20 USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-doctool +MESON_ARGS= -Ddoctool=disabled \ + -Dpython=${PYTHON_CMD} INSTALL_TARGET= install-strip -# Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260 -MAKE_ENV= HOME=${WRKDIR} +post-patch: + @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' ${WRKSRC}/tools/meson.build .include <bsd.port.mk> |