diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:57:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:57:51 +0000 |
commit | 4610ae86c9e40d100ca26c1dcb385b08d3210ce3 (patch) | |
tree | 8f19e57fa613e842996a4a37eda28af690460c73 /x11/dgs | |
parent | 4dc064b0c51daf8a534869cf647ddda8f27693df (diff) | |
download | ports-4610ae86c9e40d100ca26c1dcb385b08d3210ce3.tar.gz ports-4610ae86c9e40d100ca26c1dcb385b08d3210ce3.zip |
Notes
Diffstat (limited to 'x11/dgs')
-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 fffd6d254c1b..d8dd540b4620 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.2 1998/08/05 09:31:41 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/15 11:46:13 asami Exp $ # DISTNAME= dgs-0.5.0 @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= Nakai@technologist.com LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png\\.2\\.:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 WRKSRC= ${WRKDIR}/${DISTNAME}/dgs |