aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-01-13 04:53:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-01-13 04:53:26 +0000
commit24bb8d7c789a255e6fbcce10d5e78d222e8b8cfc (patch)
tree8bcb2bb55d2bb4d482ed7a87ec8a1f321b164988 /graphics
parentb6168354b6d41fd38daf046045b553db9377b0e2 (diff)
downloadports-24bb8d7c789a255e6fbcce10d5e78d222e8b8cfc.tar.gz
ports-24bb8d7c789a255e6fbcce10d5e78d222e8b8cfc.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jpeg/Makefile2
-rw-r--r--graphics/tiff/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index aa779262fdea..04faeaf5095d 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -25,7 +25,7 @@ COMMENT= IJG's jpeg compression utilities
WRKSRC= ${WRKDIR}/jpeg-6b
USE_AUTOTOOLS= libtool:15
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-shared --enable-static
ADDITIONAL_HEADER= jinclude.h jpegint.h
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 \