diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-19 05:46:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-19 05:46:07 +0000 |
commit | a712d50fe2e5a88bf5f51cd1cb2c4c8380763ac7 (patch) | |
tree | 3c1fa1247def0c85d9a54415e7fb3593e27a671f /x11/dgs | |
parent | fb7efe53957b6c0f8adb237aa12657f7d9cf953e (diff) | |
download | ports-a712d50fe2e5a88bf5f51cd1cb2c4c8380763ac7.tar.gz ports-a712d50fe2e5a88bf5f51cd1cb2c4c8380763ac7.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 1538d71b67fd..cf7efbf119f8 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.4 1998/09/15 11:57:50 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/17 00:50:51 asami 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 + tiff34.1:${PORTSDIR}/graphics/tiff34 WRKSRC= ${WRKDIR}/${DISTNAME}/dgs |