diff options
author | jseger <jseger@FreeBSD.org> | 1998-11-25 13:06:28 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-11-25 13:06:28 +0800 |
commit | 404c789b99f73943ae9b2fc4c44599e6a5815c3e (patch) | |
tree | 3175ab9c2720379676a44e52680ecfccc51e6e7a /x11/dgs | |
parent | 39e1cbd7a121962872f9c69b7e75a905a5db33a7 (diff) | |
download | freebsd-ports-graphics-404c789b99f73943ae9b2fc4c44599e6a5815c3e.tar.gz freebsd-ports-graphics-404c789b99f73943ae9b2fc4c44599e6a5815c3e.tar.zst freebsd-ports-graphics-404c789b99f73943ae9b2fc4c44599e6a5815c3e.zip |
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
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 cb8fc75953f..31001ea171c 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 |