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/jpeg | |
parent | b6168354b6d41fd38daf046045b553db9377b0e2 (diff) |
Notes
Diffstat (limited to 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |