summaryrefslogtreecommitdiff
path: root/graphics/urt
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-11-25 05:06:28 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-11-25 05:06:28 +0000
commitd57d33c65548773bf1859e72b5505ce398a739ca (patch)
treea656e451c71e7e7c0b7004a09a731c2b990891a0 /graphics/urt
parentUpgrade to v2.3.3. (diff)
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Notes
Notes: svn path=/head/; revision=14889
Diffstat (limited to 'graphics/urt')
-rw-r--r--graphics/urt/Makefile4
-rw-r--r--graphics/urt/files/patch-aa4
2 files changed, 4 insertions, 4 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
diff --git a/graphics/urt/files/patch-aa b/graphics/urt/files/patch-aa
index d54cac3ac94f..26b77e34155b 100644
--- a/graphics/urt/files/patch-aa
+++ b/graphics/urt/files/patch-aa
@@ -152,8 +152,8 @@
-INCTIFF = -I$(TIFFDIR)
-LIBTIFF = $(TIFFDIR)/libtiff.a
+##defpath TIFFDIR
-+INCTIFF = -I${PREFIX}/include/tiff34
-+LIBTIFF = -L${PREFIX}/lib -ltiff34
++INCTIFF = -I${PREFIX}/include
++LIBTIFF = -L${PREFIX}/lib -ltiff
+.if ${PORTOBJFORMAT} == "elf"
+LIBTIFF +=-Wl,-rpath,${PREFIX}/lib
+.endif