svn commit: r489588 - head/audio/guitarix-lv2

Antoine Brodin antoine at FreeBSD.org
Mon Jan 7 17:23:26 UTC 2019


Author: antoine
Date: Mon Jan  7 17:23:25 2019
New Revision: 489588
URL: https://svnweb.freebsd.org/changeset/ports/489588

Log:
  audio/guitarix-lv2 build is not compatible with python3
  
  PR:		234633

Modified:
  head/audio/guitarix-lv2/Makefile

Modified: head/audio/guitarix-lv2/Makefile
==============================================================================
--- head/audio/guitarix-lv2/Makefile	Mon Jan  7 17:15:19 2019	(r489587)
+++ head/audio/guitarix-lv2/Makefile	Mon Jan  7 17:23:25 2019	(r489588)
@@ -41,7 +41,7 @@ LIB_DEPENDS=	libavahi-common.so:net/avahi-app \
 RUN_DEPENDS=	roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf
 
 USES=		eigen:3 libarchive localbase:ldflags pkgconfig \
-		python:build readline waf tar:xz
+		python:2.7,build readline waf tar:xz
 USE_GNOME=	atkmm cairo gtk20 gtkmm24 pangomm
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes


More information about the svn-ports-head mailing list