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 /multimedia/fxtv | |
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 'multimedia/fxtv')
-rw-r--r-- | multimedia/fxtv/Makefile | 4 | ||||
-rw-r--r-- | multimedia/fxtv/files/patch-aa | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 97e9e7c4105f..680f9918ea97 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/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/multimedia/fxtv/files/patch-aa b/multimedia/fxtv/files/patch-aa index 2ece4b2e3999..dcb78760ac83 100644 --- a/multimedia/fxtv/files/patch-aa +++ b/multimedia/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 |