diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-01-23 23:00:25 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-01-23 23:00:25 +0000 |
commit | 9ed5152dde7b23e334d8ed6abb43ece050653dc2 (patch) | |
tree | 3d4de2119a76c115e91871829cd30ffc84c744bf /graphics/ImageMagick/Makefile | |
parent | 9241d8294ef437296cf67ece0fc39b52a1b30525 (diff) |
Notes
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r-- | graphics/ImageMagick/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 57954028286a..97828fe0ff7a 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -43,8 +43,11 @@ USE_AUTOCONF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-shared --without-modules \ - --with-threads --without-magick-plus-plus \ + --without-magick-plus-plus \ --with-perl=${PERL5} --without-xml +.if defined(PERL_THREADED) && ${PERL_THREADED} == "true" +CONFIGURE_ARGS+= --with-threads +.endif INSTALLS_SHLIB= yes .if defined(WITH_16BIT_PIXEL) |