diff options
author | asami <asami@FreeBSD.org> | 1999-10-09 07:04:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-09 07:04:38 +0800 |
commit | 274819e468abdb2b2f5724c2a8a096980af94715 (patch) | |
tree | 1f6dafdcfc7df1b1a010aacbe81a810435a986ba /x11-wm/qvwm | |
parent | d79f0cd9bd4c1d807a6118815be169695d245221 (diff) | |
download | freebsd-ports-gnome-274819e468abdb2b2f5724c2a8a096980af94715.tar.gz freebsd-ports-gnome-274819e468abdb2b2f5724c2a8a096980af94715.tar.zst freebsd-ports-gnome-274819e468abdb2b2f5724c2a8a096980af94715.zip |
Add back xpm dependencies so these will build again.
Diffstat (limited to 'x11-wm/qvwm')
-rw-r--r-- | x11-wm/qvwm/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |