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/dgs/Makefile | |
parent | Bump MAJOR to 3. (diff) |
Bump png's major number to 3.
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r-- | x11/dgs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 5a7d597c8e96..f80139269d1d 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -3,7 +3,7 @@ # Date created: 22 April 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.9 1998/11/25 09:01:24 asami Exp $ +# $Id: Makefile,v 1.10 1999/01/12 16:50:23 vanilla Exp $ # DISTNAME= dgs-0.5.0 @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= nacai@iname.com LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 WRKSRC= ${WRKDIR}/${DISTNAME}/dgs |