diff options
Diffstat (limited to 'graphics/djvulibre/Makefile')
-rw-r--r-- | graphics/djvulibre/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index c35855023a54..f371ef78b8db 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -30,7 +30,8 @@ CONFIGURE_ENV= JPEG_CFLAGS="-I${LOCALBASE}/include" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ LOCALBASE="${LOCALBASE}" \ CXX="${CXX}" -CONFIGURE_ARGS= --enable-threads=pthread --enable-shared +CONFIGURE_ARGS= --enable-threads=pthread --enable-shared \ + --enable-djview USE_LDCONFIG= yes INSTALL_TARGET= install-gui install-i18n |