Date: Sat, 8 Dec 2018 09:23:58 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486928 - head/x11/xfce4-goodies Message-ID: <201812080923.wB89NwHX099366@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812080923.wB89NwHX099366>