summaryrefslogtreecommitdiff
path: root/graphics/fxtv
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/fxtv
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/fxtv')
-rw-r--r--graphics/fxtv/Makefile4
-rw-r--r--graphics/fxtv/files/patch-aa2
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile
index 97e9e7c4105f..680f9918ea97 100644
--- a/graphics/fxtv/Makefile
+++ b/graphics/fxtv/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Sep 7 17:55:07 EDT 1997
# Whom: Randall Hopper <rhh@ct.picker.com>
#
-# $Id: Makefile,v 1.11 1998/09/17 00:32:41 asami Exp $
+# $Id: Makefile,v 1.12 1998/11/21 07:27:35 steve Exp $
#
DISTNAME= fxtv-0.47
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= rhh@ct.picker.com
-LIB_DEPENDS= tiff34.1:${PORTSDIR}/graphics/tiff34 \
+LIB_DEPENDS= tiff.1:${PORTSDIR}/graphics/tiff34 \
Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \
Xpm.4:${PORTSDIR}/graphics/xpm
diff --git a/graphics/fxtv/files/patch-aa b/graphics/fxtv/files/patch-aa
index 2ece4b2e3999..dcb78760ac83 100644
--- a/graphics/fxtv/files/patch-aa
+++ b/graphics/fxtv/files/patch-aa
@@ -6,7 +6,7 @@
override LDFLAGS = $(LD_INC)
-override LIBS = -ltiff34 -lXaw3d -lXmu -lXt -lXpm -lSM -lICE \
- -lXext -lX11
-+override LIBS = -ltiff34 -ljpeg -lXaw3d -lXmu -lXt -lXpm -lSM \
++override LIBS = -ltiff -ljpeg -lXaw3d -lXmu -lXt -lXpm -lSM \
+ -lICE -lXext -lX11 -lm
ifeq ($(HAVE_XFREE86),YES)
override LIBS += -lXxf86dga -lXxf86vm