diff options
author | asami <asami@FreeBSD.org> | 1998-09-17 08:50:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-17 08:50:52 +0800 |
commit | 74954b137315c2d7c5fdebaa4c96f6f425c3a6cd (patch) | |
tree | 340471e21010dd1490eca8274991d8424917d1a0 /x11/wdm | |
parent | 1168d7d4c5fadf92b0f1680ff1abf4ee40d0bd7b (diff) | |
download | freebsd-ports-gnome-74954b137315c2d7c5fdebaa4c96f6f425c3a6cd.tar.gz freebsd-ports-gnome-74954b137315c2d7c5fdebaa4c96f6f425c3a6cd.tar.zst freebsd-ports-gnome-74954b137315c2d7c5fdebaa4c96f6f425c3a6cd.zip |
Roll back libpng major to 2.
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 |