mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Python3 metaport is not installed on pkgbuilder, so fix env
Reported by: pkgbuilder
This commit is contained in:
parent
3fbb9253b9
commit
c5e1f1f0ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463293
@ -17,7 +17,7 @@ BUILD_DEPENDS= valac:lang/vala
|
||||
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
||||
libjson-glib-1.0.so:devel/json-glib
|
||||
|
||||
USES= gettext meson pkgconfig sqlite
|
||||
USES= gettext meson pkgconfig python:3.4+,env sqlite
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= haecker-felix
|
||||
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
|
||||
@ -26,4 +26,9 @@ INSTALLS_ICONS= yes
|
||||
|
||||
GLIB_SCHEMAS= de.haeckerfelix.gradio.gschema.xml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD}," ${WRKSRC}/meson_post_install.sh
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user