diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
commit | d57d33c65548773bf1859e72b5505ce398a739ca (patch) | |
tree | a656e451c71e7e7c0b7004a09a731c2b990891a0 /x11/dgs | |
parent | d9b79d68f5e5a44544bb56a3d789382674806261 (diff) | |
download | ports-d57d33c65548773bf1859e72b5505ce398a739ca.tar.gz ports-d57d33c65548773bf1859e72b5505ce398a739ca.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 cb8fc75953f4..31001ea171ce 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.6 1998/09/19 05:46:07 steve Exp $ +# $Id: Makefile,v 1.7 1998/10/05 05:20:08 steve Exp $ # DISTNAME= dgs-0.5.0 @@ -14,7 +14,7 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.2:${PORTSDIR}/graphics/png \ - tiff34.1:${PORTSDIR}/graphics/tiff34 + tiff.1:${PORTSDIR}/graphics/tiff34 WRKSRC= ${WRKDIR}/${DISTNAME}/dgs |