diff options
author | steve <steve@FreeBSD.org> | 1998-09-19 13:46:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-19 13:46:07 +0800 |
commit | 6da90620d91a44e9d7c4def2cba51b5877bfd6af (patch) | |
tree | d47f46c37685fe2f00c651b42f1556d9a166f380 /graphics/urt | |
parent | ab560fe95f8a68e087f0df5a668b9433128e56ff (diff) | |
download | freebsd-ports-gnome-6da90620d91a44e9d7c4def2cba51b5877bfd6af.tar.gz freebsd-ports-gnome-6da90620d91a44e9d7c4def2cba51b5877bfd6af.tar.zst freebsd-ports-gnome-6da90620d91a44e9d7c4def2cba51b5877bfd6af.zip |
Remove regexp support for libtiff34 as it is now ELF'able.
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 687a306cf375..d54daa004129 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -3,7 +3,7 @@ # Date created: Jan 5 1997 # Whom: cfs@ing.puc.cl (original) # -# $Id: Makefile,v 1.5 1998/02/11 08:46:40 tg Exp $ +# $Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp $ # DISTNAME= urt @@ -14,7 +14,7 @@ DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar MAINTAINER= giffunip@asme.org -LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 +LIB_DEPENDS= tiff34.1:${PORTSDIR}/graphics/tiff34 BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z |