diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-18 06:51:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-18 06:51:01 +0000 |
commit | 331eae9303be2d9f3aa38d30a2553edf1fbb9926 (patch) | |
tree | 3653fd75dde4e8a519c0e61a87d38425a7c15d65 /graphics/tiff | |
parent | 3bc8b920285f6d55d4102d4e496c6322d4fcb258 (diff) | |
download | ports-331eae9303be2d9f3aa38d30a2553edf1fbb9926.tar.gz ports-331eae9303be2d9f3aa38d30a2553edf1fbb9926.zip |
Notes
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 3 |
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 |