summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-11-18 06:51:01 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-11-18 06:51:01 +0000
commit331eae9303be2d9f3aa38d30a2553edf1fbb9926 (patch)
tree3653fd75dde4e8a519c0e61a87d38425a7c15d65 /graphics/tiff
parent- fix build for custom configurations (diff)
- drop lcompat
tested on FreeBSD 4.11, FreeBSD 5.4, FreeBSD 6.1 Submitted by: Daniel Lucq
Notes
Notes: svn path=/head/; revision=177486
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index e78d65e42bc2..f7568c458ab0 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -9,6 +9,7 @@
PORTNAME= tiff
PORTVERSION= 3.8.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
http://dl1.maptools.org/dl/libtiff/
@@ -23,8 +24,6 @@ USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \
--with-jpeg-lib-dir=${LOCALBASE}/lib
-LDFLAGS+= -lcompat
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.if defined(WITH_X11) && !defined(WITHOUT_X11)
USE_XLIB= yes