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/wdm | |
parent | 5922dbcac1b287dcaab7e9535f386d5cce8201d6 (diff) | |
download | ports-27ba461c8e50a613d87c9f076bb701df10453684.tar.gz ports-27ba461c8e50a613d87c9f076bb701df10453684.zip |
Notes
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 87ed8c2c42cb..6b60dc6ee00d 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -3,7 +3,7 @@ # Date created: August 31, 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1998/09/15 11:57:51 asami Exp $ +# $Id: Makefile,v 1.7 1998/09/17 00:33:00 asami Exp $ DISTNAME= wdm-0.90 CATEGORIES= x11 @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.ORG 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 \ PropList\\.0\\.8:${PORTSDIR}/x11-wm/windowmaker |