diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-11-30 20:15:20 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-11-30 20:15:20 +0000 |
commit | bcdaa53706a7a4fe90f935fc597c73ed0820ae0d (patch) | |
tree | 3025570875300020b10a3c576504187411f2e074 /graphics | |
parent | 152732faf63df5d3a815eeea880aa92788e68b10 (diff) | |
download | freebsd-ports-bcdaa53706a7a4fe90f935fc597c73ed0820ae0d.zip |
- Fix build.
PR: ports/138477, ports/152495
Diffstat (limited to 'graphics')
-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 |