diff options
-rw-r--r-- | x11-wm/fvwm-crystal/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/fvwm2/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/fvwm-crystal/Makefile b/x11-wm/fvwm-crystal/Makefile index b03ddbc3156f..4113175409e9 100644 --- a/x11-wm/fvwm-crystal/Makefile +++ b/x11-wm/fvwm-crystal/Makefile @@ -3,7 +3,7 @@ PORTNAME= fvwm-crystal PORTVERSION= 3.0.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-wm MASTER_SITES= http://download.gna.org/fvwm-crystal/${PORTVERSION}/ @@ -14,7 +14,8 @@ RUN_DEPENDS= fvwm>=2.5:x11-wm/fvwm2 \ bash:shells/bash USES= gettext gmake python shebangfix -SHEBANG_FILES= addons/* bin/* fvwm/scripts/speed_value +SHEBANG_FILES= addons/* bin/* fvwm/scripts/speed_value \ + fvwm/scripts/FvwmMPD/*.py MAKE_ENV= prefix="${PREFIX}" addondir="${DOCSDIR}/addons" PORTDOCS= * INSTALL_TARGET= install diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 6be25c6b00f3..6225f1ae669f 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -3,7 +3,7 @@ PORTNAME= fvwm PORTVERSION= 2.6.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/2.6.7/ \ http://www.fvwm.org/generated/icon_download/ @@ -23,7 +23,8 @@ CONFLICTS?= fvwm-1.* fvwm-2.[457].* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk -USES= gmake perl5 pkgconfig gettext readline +CONFIGURE_ENV= PYTHON=${PYTHON_CMD} +USES= gmake perl5 pkgconfig python:run gettext readline USE_XORG= xcursor xft xinerama xpm xrender x11 ice xext USE_GNOME= cairo |