aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-01-13 12:53:26 +0800
committerdinoex <dinoex@FreeBSD.org>2007-01-13 12:53:26 +0800
commit5bf1579122d94b9783858f1030b06a3c5ad1b325 (patch)
tree448c1accf4e0018b839dbed92b1479d3fec25f50 /graphics
parentee06907444065f295c83e39a37583d35c4897081 (diff)
downloadfreebsd-ports-gnome-5bf1579122d94b9783858f1030b06a3c5ad1b325.tar.gz
freebsd-ports-gnome-5bf1579122d94b9783858f1030b06a3c5ad1b325.tar.zst
freebsd-ports-gnome-5bf1579122d94b9783858f1030b06a3c5ad1b325.zip
- use USE_LDCONFIG
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 \