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/wdm/Makefile | |
parent | Bump MAJOR to 3. (diff) |
Bump png's major number to 3.
Notes
Notes:
svn path=/head/; revision=16275
Diffstat (limited to 'x11/wdm/Makefile')
-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 a7bc648fba69..8774d72cb5e1 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.16 1998/11/25 09:01:25 asami Exp $ +# $Id: Makefile,v 1.17 1999/01/18 06:43:02 asami Exp $ DISTNAME= wdm-1.0 CATEGORIES= x11 windowmaker @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PREFIX}/lib/libPropList.a:${PORTSDIR}/x11-wm/windowmaker 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 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |