diff options
author | nakai <nakai@FreeBSD.org> | 1999-11-08 11:19:00 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-11-08 11:19:00 +0800 |
commit | b4890ce41390d4061cd9765aa6727502820d65df (patch) | |
tree | 3e1695d5a4d3afe47e9a06d75ea6fb0aa7a3b037 /x11-wm/qvwm/Makefile | |
parent | 2ecde08e8c3f8af24c6e0b31c1e2980d5df004d0 (diff) | |
download | freebsd-ports-gnome-b4890ce41390d4061cd9765aa6727502820d65df.tar.gz freebsd-ports-gnome-b4890ce41390d4061cd9765aa6727502820d65df.tar.zst freebsd-ports-gnome-b4890ce41390d4061cd9765aa6727502820d65df.zip |
Update to 1.1.4
- esd support.
- Sun/*BSD wav sound support fix.
- fix for the colormap change.
- and more bug fix.
Diffstat (limited to 'x11-wm/qvwm/Makefile')
-rw-r--r-- | x11-wm/qvwm/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/qvwm/Makefile b/x11-wm/qvwm/Makefile index 83ba1a5418ff..8b12bd0242df 100644 --- a/x11-wm/qvwm/Makefile +++ b/x11-wm/qvwm/Makefile @@ -1,21 +1,24 @@ # New ports collection makefile for: qvwm -# Version required: 1.1.3 +# Version required: 1.1.4 # Date created: 2 January 1997 # Whom: Yukihiro Nakai<Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= qvwm-1.1.3 +DISTNAME= qvwm-1.1.4 CATEGORIES= x11-wm MASTER_SITES= ftp://www.qvwm.org/pub/qvwm/ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - Imlib.5:${PORTSDIR}/graphics/imlib + Imlib.5:${PORTSDIR}/graphics/imlib \ + esd.2:${PORTSDIR}/audio/esound -USE_IMAKE= yes -MAN1= qvwm.1 +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +MAN1= qvwm.1x .include <bsd.port.mk> |