diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-18 14:51:01 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-18 14:51:01 +0800 |
commit | 7f1d57e82c0643ef2ae3a8814165c4855ab4f7c8 (patch) | |
tree | 66dc2265b09761a563793f0ccddb34430ac5fe8b /graphics/tiff | |
parent | fe994cd7d9f8e6b6414df4b6a00697244598dc8d (diff) | |
download | freebsd-ports-gnome-7f1d57e82c0643ef2ae3a8814165c4855ab4f7c8.tar.gz freebsd-ports-gnome-7f1d57e82c0643ef2ae3a8814165c4855ab4f7c8.tar.zst freebsd-ports-gnome-7f1d57e82c0643ef2ae3a8814165c4855ab4f7c8.zip |
- drop lcompat
tested on FreeBSD 4.11, FreeBSD 5.4, FreeBSD 6.1
Submitted by: Daniel Lucq
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 |