svn commit: r486928 - head/x11/xfce4-goodies

Antoine Brodin antoine at FreeBSD.org
Sat Dec 8 09:23:58 UTC 2018


Author: antoine
Date: Sat Dec  8 09:23:57 2018
New Revision: 486928
URL: https://svnweb.freebsd.org/changeset/ports/486928

Log:
  Allow building with different versions of python3

Modified:
  head/x11/xfce4-goodies/Makefile

Modified: head/x11/xfce4-goodies/Makefile
==============================================================================
--- head/x11/xfce4-goodies/Makefile	Sat Dec  8 09:20:19 2018	(r486927)
+++ head/x11/xfce4-goodies/Makefile	Sat Dec  8 09:23:57 2018	(r486928)
@@ -142,7 +142,7 @@ VOLUMEDPULSE_DESC=		Volume management daemon for Xfce 
 
 BSDCPUFREQ_RUN_DEPENDS=		xfce4-bsdcpufreq-plugin>=0:sysutils/xfce4-bsdcpufreq-plugin
 EQUAKE_RUN_DEPENDS=		xfce4-equake-plugin>=0:science/xfce4-equake-plugin
-MENULIBRE_RUN_DEPENDS=		py36-menulibre>=0:x11/menulibre
+MENULIBRE_RUN_DEPENDS=		py${PYTHON3_DEFAULT:S/.//}-menulibre>=0:x11/menulibre
 MIXER_RUN_DEPENDS=		xfce4-mixer>=0:audio/xfce4-mixer
 PRINT_RUN_DEPENDS=		xfce4-print>=0:print/xfce4-print
 THEMES_RUN_DEPENDS=		xfce4-wm-themes>=0:misc/xfce4-wm-themes


More information about the svn-ports-all mailing list