diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-10-24 20:35:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-10-24 20:35:17 +0800 |
commit | bac523269809c8a3d3d751345db201383c7d3ebb (patch) | |
tree | def97afc59b88131635ee99f1e50b520dd1a2960 /graphics | |
parent | 58f0eccad0a1d4f4c63e03952194a124c700b5b4 (diff) | |
download | freebsd-ports-gnome-bac523269809c8a3d3d751345db201383c7d3ebb.tar.gz freebsd-ports-gnome-bac523269809c8a3d3d751345db201383c7d3ebb.tar.zst freebsd-ports-gnome-bac523269809c8a3d3d751345db201383c7d3ebb.zip |
- include libjbig
PR: 139864
Submitted by: Tijl Coosemans
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 13d980f26d1a..7c171add29b9 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -9,6 +9,7 @@ PORTNAME= tiff PORTVERSION= 3.9.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://dl1.maptools.org/dl/libtiff/ @@ -16,7 +17,8 @@ MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images -LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ + jbig.1:${PORTSDIR}/graphics/jbigkit USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22 |