diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
commit | 343b837340a39a6d3d2f981efb8ce3e49bcd4a6d (patch) | |
tree | 98483f73847a876520440371b7166d66092b9229 /x11-wm/windowmaker/Makefile | |
parent | 706919336fb84ded602dd1eceaeb77e72a383522 (diff) | |
download | freebsd-ports-343b837340a39a6d3d2f981efb8ce3e49bcd4a6d.zip |
Bump png's major number to 3.
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 27db18937c6a..ea0eb327316d 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.43 1999/01/18 03:13:33 steve Exp $ +# $Id: Makefile,v 1.44 1999/01/18 06:43:04 asami Exp $ DISTNAME= WindowMaker-0.50.2 PKGNAME= windowmaker-0.50.2 @@ -18,7 +18,7 @@ MAINTAINER= handy@physics.montana.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 USE_X_PREFIX= yes |