From 44da72fee36252fa929903574089a775b745e553 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 29 Jun 2018 21:35:59 +0000 Subject: fvwm-menu-desktop-config.fpl fails to detect any python3 unless $LOCALBASE/bin/python3 is installed. Address the issue. PR: 229227 --- x11-wm/fvwm2/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'x11-wm/fvwm2') diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 7af339fc5dfb..a5118435d07e 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -3,6 +3,7 @@ PORTNAME= fvwm PORTVERSION= 2.6.8 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/${PORTVERSION}/ \ http://www.fvwm.org/generated/icon_download/ @@ -12,8 +13,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= cy@FreeBSD.org COMMENT= Popular virtual window manager for X +BUILD_DEPENDS= python3:lang/python3 RUN_DEPENDS= gm4:devel/m4 \ - p5-XML-Parser>=0:textproc/p5-XML-Parser + p5-XML-Parser>=0:textproc/p5-XML-Parser \ + python3:lang/python3 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 @@ -23,7 +26,8 @@ CONFLICTS?= fvwm1-1.* fvwm-2.[457].* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk CONFIGURE_ENV= PYTHON=${PYTHON_CMD} -USES= gmake perl5 pkgconfig python:run gettext readline +USES= gmake perl5 pkgconfig python:3.4+ gettext readline +USE_PYTHON= xdg USE_XORG= xcursor xft xinerama xpm xrender x11 ice xext USE_GNOME= cairo -- cgit v1.2.3