diff options
author | tg <tg@FreeBSD.org> | 1997-12-13 00:31:37 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-12-13 00:31:37 +0800 |
commit | 67abd1acd1551fc171c7026e287b75758d157953 (patch) | |
tree | 1bd05232f25eac12fff5e142d8a901a45f94fe53 /graphics | |
parent | 79932eb9d4586905312cc5727956609be57f7102 (diff) | |
download | freebsd-ports-gnome-67abd1acd1551fc171c7026e287b75758d157953.tar.gz freebsd-ports-gnome-67abd1acd1551fc171c7026e287b75758d157953.tar.zst freebsd-ports-gnome-67abd1acd1551fc171c7026e287b75758d157953.zip |
Use tiff-3.4 instead of 3.3.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/urt/Makefile | 4 | ||||
-rw-r--r-- | graphics/urt/files/patch-aa | 12 |
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 |