diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 04:53:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 04:53:26 +0000 |
commit | 24bb8d7c789a255e6fbcce10d5e78d222e8b8cfc (patch) | |
tree | 8bcb2bb55d2bb4d482ed7a87ec8a1f321b164988 /graphics/tiff | |
parent | b6168354b6d41fd38daf046045b553db9377b0e2 (diff) | |
download | ports-24bb8d7c789a255e6fbcce10d5e78d222e8b8cfc.tar.gz ports-24bb8d7c789a255e6fbcce10d5e78d222e8b8cfc.zip |
Notes
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index f7568c458ab0..51d81474a2f2 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -19,7 +19,7 @@ COMMENT= Tools and library routines for working with TIFF images LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ |