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-wm/windowmaker/Makefile | |
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-wm/windowmaker/Makefile')
-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 |