diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-14 09:27:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-14 09:27:18 +0000 |
commit | 5c0f583393e53a6817e69d070b1bd88c7f93a3f1 (patch) | |
tree | 26dc484a40ed53d02ca164f445d16fe602b18704 /audio/patchage | |
parent | Deprecate old versions of some samba libraries (diff) |
Switch version of python used in USES=waf to default version of python
Reviewed by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23143
Notes
Notes:
svn path=/head/; revision=522998
Diffstat (limited to 'audio/patchage')
-rw-r--r-- | audio/patchage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile index ea2f6b8778b1..81283147ab89 100644 --- a/audio/patchage/Makefile +++ b/audio/patchage/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libjack.so:audio/jack \ libglademm-2.4.so:devel/libglademm24 \ libflowcanvas.so:x11-toolkits/flowcanvas -USES= compiler:c++11-lang gnome pkgconfig tar:bzip2 waf +USES= compiler:c++11-lang gnome pkgconfig python:2.7,build tar:bzip2 waf USE_CXXSTD= c++11 INSTALLS_ICONS= yes CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \ |