diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-10-08 23:04:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-10-08 23:04:38 +0000 |
commit | bdbb5ceda8185cac9a82c44e7eff21954222f1ea (patch) | |
tree | 394ef1858229e3ce8320664b06a53d5346539c3b /x11-wm/qvwm | |
parent | Fix small typo in Makefile. (diff) |
Add back xpm dependencies so these will build again.
Notes
Notes:
svn path=/head/; revision=22267
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 |