diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-17 00:50:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-17 00:50:52 +0000 |
commit | 27ba461c8e50a613d87c9f076bb701df10453684 (patch) | |
tree | 70478bd5a7a5379674d66d2abb0bfd8ad1e74bcd /x11-wm/windowmaker | |
parent | Roll back xpm shared library numbers. It will be truncated to "Xpm.4" (diff) |
Roll back libpng major to 2.
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 446da2807946..fe92c69c028e 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -3,7 +3,7 @@ # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.28 1998/09/15 11:57:50 asami Exp $ +# $Id: Makefile,v 1.29 1998/09/17 00:32:59 asami Exp $ DISTNAME= WindowMaker-0.19.3 PKGNAME= windowmaker-0.19.3 @@ -18,7 +18,7 @@ RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif\\.3\\.:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png \ + png.2:${PORTSDIR}/graphics/png \ tiff34\\.1:${PORTSDIR}/graphics/tiff34 USE_X_PREFIX= yes |