summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-12-12 16:31:37 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-12-12 16:31:37 +0000
commit6ad894f89a4bc2eee0eb58f6c5bcef74b4923c67 (patch)
tree70d07f9a70f2b09af33650b2eb633a95798c332a /graphics
parentremove obsolete MASTER_SITES. (diff)
Use tiff-3.4 instead of 3.3.
Notes
Notes: svn path=/head/; revision=9065
Diffstat (limited to 'graphics')
-rw-r--r--graphics/urt/Makefile4
-rw-r--r--graphics/urt/files/patch-aa12
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index bc1cfbf2837d..e0269504f58f 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.2 1997/06/04 01:14:25 asami Exp $
+# $Id: Makefile,v 1.3 1997/06/06 05:31:56 asami Exp $
#
DISTNAME= urt
@@ -14,7 +14,7 @@ DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar
MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
-LIB_DEPENDS= tiff\\.3\\.:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm
NO_WRKSUBDIR= yes
diff --git a/graphics/urt/files/patch-aa b/graphics/urt/files/patch-aa
index 301deabd414b..e794bc522869 100644
--- a/graphics/urt/files/patch-aa
+++ b/graphics/urt/files/patch-aa
@@ -111,8 +111,8 @@ diff -ur ../urt-3.1b-orig/config/urt ./config/urt
-INCPBMPLUS = -I$(PBMDIR) -I$(PBMDIR)/ppm -I$(PBMDIR)/pgm -I$(PBMDIR)/pbm
-LIBPBMPLUS = $(PBMDIR)/ppm/libppm.a $(PBMDIR)/pgm/libpgm.a \
- $(PBMDIR)/pbm/libpbm.a
-+INCPBMPLUS = -I/usr/X11R6/include
-+LIBPBMPLUS = -L/usr/X11R6/lib -lppm -lpgm -lpbm
++INCPBMPLUS = -I${X11BASE}/include
++LIBPBMPLUS = -L${X11BASE}/lib -lppm -lpgm -lpbm
#endif
#ifdef SUNRASTER|SUNTOOLS|TAAC1
@@ -124,8 +124,8 @@ diff -ur ../urt-3.1b-orig/config/urt ./config/urt
-INCTIFF = -I$(TIFFDIR)
-LIBTIFF = $(TIFFDIR)/libtiff.a
+##defpath TIFFDIR
-+INCTIFF = -I/usr/local/include/tiff
-+LIBTIFF = -L/usr/local/lib -ltiff
++INCTIFF = -I${PREFIX}/include/tiff34
++LIBTIFF = -L${PREFIX}/lib -ltiff34
#endif
#ifdef X10
@@ -135,8 +135,8 @@ diff -ur ../urt-3.1b-orig/config/urt ./config/urt
#ifdef X11
-LIBX11 = -lX11
-INCX11 =
-+LIBX11 = -L/usr/X11R6/lib -lX11
-+INCX11 = -I/usr/X11R6/include
++LIBX11 = -L${X11BASE}/lib -lX11
++INCX11 = -I${X11BASE}/include
#endif
diff -ur ../urt-3.1b-orig/get/getx11/in_cmap.c ./get/getx11/in_cmap.c
--- ../urt-3.1b-orig/get/getx11/in_cmap.c Thu Apr 30 10:17:16 1992