aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-11-10 19:57:07 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-11-10 19:57:07 +0000
commit289883b11b6d306dfca0bb78c7784880c0944289 (patch)
tree0b5ef334a151c39e9372903664b7ca648b9009bb /x11-wm
parent31914187382ef900631687fa9bf956c935ed6147 (diff)
downloadports-289883b11b6d306dfca0bb78c7784880c0944289.tar.gz
ports-289883b11b6d306dfca0bb78c7784880c0944289.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/awesome/Makefile2
-rw-r--r--x11-wm/epplets/Makefile4
-rw-r--r--x11-wm/fvwm-crystal/Makefile4
-rw-r--r--x11-wm/libwraster/Makefile3
-rw-r--r--x11-wm/windowmaker/Makefile4
5 files changed, 9 insertions, 8 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile
index 998ea2eb8adf..9725435e8faf 100644
--- a/x11-wm/awesome/Makefile
+++ b/x11-wm/awesome/Makefile
@@ -14,7 +14,7 @@ COMMENT= Highly configurable, next generation framework window manager
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= convert:graphics/ImageMagick \
+BUILD_DEPENDS= convert:graphics/ImageMagick6 \
${LUA_MODLIBDIR}/lgi/corelgilua${LUA_VER_STR}.so:devel/lua-lgi
RUN_DEPENDS= ${LUA_MODLIBDIR}/lgi/corelgilua${LUA_VER_STR}.so:devel/lua-lgi \
bash:shells/bash
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile
index e97bbf979ae5..c9d01530b191 100644
--- a/x11-wm/epplets/Makefile
+++ b/x11-wm/epplets/Makefile
@@ -3,7 +3,7 @@
PORTNAME= epplets
PORTVERSION= 0.14
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= x11-wm
MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}
@@ -13,7 +13,7 @@ COMMENT= Collection of Enlightenment dock applications
BUILD_DEPENDS= e16:x11-wm/e16
LIB_DEPENDS= libcdaudio.so:audio/libcdaudio
RUN_DEPENDS= e16:x11-wm/e16 \
- import:graphics/ImageMagick
+ import:graphics/ImageMagick6
USES= gmake libtool pkgconfig
USE_XORG= xext
diff --git a/x11-wm/fvwm-crystal/Makefile b/x11-wm/fvwm-crystal/Makefile
index 4113175409e9..969d0796937e 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= 9
+PORTREVISION= 10
CATEGORIES= x11-wm
MASTER_SITES= http://download.gna.org/fvwm-crystal/${PORTVERSION}/
@@ -32,7 +32,7 @@ SUDO_DESC= Run text-based applications as superuser
HSETROOT_DESC= Allow to set desktop wallpaper
CMUS_DESC= Play music via audio/cmus player
MROX_RUN_DEPENDS= rox:x11-fm/rox-filer
-IMAGEMAGICK_RUN_DEPENDS= display:graphics/ImageMagick
+IMAGEMAGICK_RUN_DEPENDS= display:graphics/ImageMagick6
XSCREENSAVER_RUN_DEPENDS= xscreensaver:x11/xscreensaver
TRAYER_RUN_DEPENDS= trayer:x11/trayer
SUDO_RUN_DEPENDS= sudo:security/sudo
diff --git a/x11-wm/libwraster/Makefile b/x11-wm/libwraster/Makefile
index f041ec996b59..15576e39ad50 100644
--- a/x11-wm/libwraster/Makefile
+++ b/x11-wm/libwraster/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libwraster
PORTVERSION= 0.95.8
+PORTREVISION= 1
CATEGORIES= x11-wm windowmaker
MASTER_SITES= http://windowmaker.org/pub/source/release/
DISTNAME= WindowMaker-${PORTVERSION}
@@ -16,7 +17,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \
libjbig.so:graphics/jbigkit \
libtiff.so:graphics/tiff \
libwebp.so:graphics/webp \
- libMagickWand-6.so:graphics/ImageMagick
+ libMagickWand-6.so:graphics/ImageMagick6
USES= jpeg libtool localbase pathfix pkgconfig
USE_LDCONFIG= yes
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index a940a906f351..c150a3813fb3 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -3,7 +3,7 @@
PORTNAME= windowmaker
PORTVERSION= 0.95.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm windowmaker
MASTER_SITES= http://windowmaker.org/pub/source/release/
DISTNAME= WindowMaker-${PORTVERSION}
@@ -18,7 +18,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \
libjbig.so:graphics/jbigkit \
libtiff.so:graphics/tiff \
libwebp.so:graphics/webp \
- libMagickWand-6.so:graphics/ImageMagick \
+ libMagickWand-6.so:graphics/ImageMagick6 \
libwraster.so.6:x11-wm/libwraster \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \