diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-13 12:53:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-13 12:53:26 +0800 |
commit | 5bf1579122d94b9783858f1030b06a3c5ad1b325 (patch) | |
tree | 448c1accf4e0018b839dbed92b1479d3fec25f50 /graphics | |
parent | ee06907444065f295c83e39a37583d35c4897081 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | graphics/tiff/Makefile | 2 |
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 \ |