summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-wm/qvwm/Makefile3
-rw-r--r--x11-wm/scwm/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/qvwm/Makefile b/x11-wm/qvwm/Makefile
index 5183cceb7441..cbe518a11a80 100644
--- a/x11-wm/qvwm/Makefile
+++ b/x11-wm/qvwm/Makefile
@@ -12,7 +12,8 @@ MASTER_SITES= ftp://www.qvwm.org/pub/qvwm/
MAINTAINER= nakai@FreeBSD.org
-LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
+ Imlib.5:${PORTSDIR}/graphics/imlib
USE_IMAKE= yes
MAN1= qvwm.1
diff --git a/x11-wm/scwm/Makefile b/x11-wm/scwm/Makefile
index 81badfdeeebd..32cdd48d7e3e 100644
--- a/x11-wm/scwm/Makefile
+++ b/x11-wm/scwm/Makefile
@@ -13,7 +13,8 @@ MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= guile.4:${PORTSDIR}/lang/guile \
- Imlib.5:${PORTSDIR}/graphics/imlib
+ Imlib.5:${PORTSDIR}/graphics/imlib \
+ Xpm.4:${PORTSDIR}/graphics/xpm
RUN_DEPENDS= ${X11BASE}/share/scwm/pixmaps/Animator.xpm:${PORTSDIR}/graphics/scwm-icons
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config