diff options
author | steve <steve@FreeBSD.org> | 1998-09-19 05:46:07 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-19 05:46:07 +0000 |
commit | 6da90620d91a44e9d7c4def2cba51b5877bfd6af (patch) | |
tree | d47f46c37685fe2f00c651b42f1556d9a166f380 /x11 | |
parent | ab560fe95f8a68e087f0df5a668b9433128e56ff (diff) | |
download | FreeBSD-ports-6da90620d91a44e9d7c4def2cba51b5877bfd6af.zip FreeBSD-ports-6da90620d91a44e9d7c4def2cba51b5877bfd6af.tar.gz |
Remove regexp support for libtiff34 as it is now ELF'able.
Diffstat (limited to 'x11')
-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 1538d71..cf7efbf1 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 |