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 /graphics/urt/Makefile | |
parent | 39e1cbd7a121962872f9c69b7e75a905a5db33a7 (diff) | |
download | freebsd-ports-gnome-404c789b99f73943ae9b2fc4c44599e6a5815c3e.tar.gz freebsd-ports-gnome-404c789b99f73943ae9b2fc4c44599e6a5815c3e.tar.zst freebsd-ports-gnome-404c789b99f73943ae9b2fc4c44599e6a5815c3e.zip |
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Diffstat (limited to 'graphics/urt/Makefile')
-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 f762bcc53cd2..6d262e011098 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.8 1998/10/05 03:19:33 steve Exp $ +# $Id: Makefile,v 1.9 1998/10/05 04:49:49 steve 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= tiff.1:${PORTSDIR}/graphics/tiff34 BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z |