diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-06 23:20:18 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-06 23:20:18 +0000 |
commit | 006f428a1455047a672ab646ffe09c4c2aa5abe9 (patch) | |
tree | 9db7b8d2dab86ba6f15ed1f297f212cc40fad0ad /graphics/tiff | |
parent | 6b9304f4579415f2a4cc4ae5d04f08aa438f0f20 (diff) | |
download | ports-006f428a1455047a672ab646ffe09c4c2aa5abe9.tar.gz ports-006f428a1455047a672ab646ffe09c4c2aa5abe9.zip |
Notes
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index f6d6415af772..829224e4f7e8 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -5,7 +5,7 @@ # Mikhail Teterin <mi@aldan.algebra.com> # Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.16 1999/03/29 06:41:43 asami Exp $ +# $Id: Makefile,v 1.17 1999/05/10 19:57:10 steve Exp $ # DISTNAME= tiff-v3.4beta037 @@ -22,6 +22,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-ZIP --with-JPEG --with-DIR_BIN=${PREFIX}/bin \ --with-DIR_LIB=${PREFIX}/lib \ --with-DIR_INC=${PREFIX}/include \ + --with-DIR_MAN=${PREFIX}/man \ --with-CC="${CC}" --with-GCOPTS="${CFLAGS}" \ --with-DIRS_LIBINC=${PREFIX}/include \ --with-DIR_GZLIB=/usr/lib \ |