diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | 4efa9ce4aba677e16625a76f8415226114d2d072 (patch) | |
tree | 768a9d49a28e618c67e66b92df38c1d490e817b4 /graphics/djvulibre/Makefile | |
parent | e60f196636352a608c09494e14f7820b3215a15d (diff) | |
download | ports-4efa9ce4aba677e16625a76f8415226114d2d072.tar.gz ports-4efa9ce4aba677e16625a76f8415226114d2d072.zip |
Notes
Diffstat (limited to 'graphics/djvulibre/Makefile')
-rw-r--r-- | graphics/djvulibre/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index 48643593b455..a0b635398ffe 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -15,8 +15,8 @@ MAINTAINER= coop9211@uidaho.edu COMMENT= DjVu viewers, encoders, browser plugin, and utilities -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg + .ifndef WITHOUT_X11 USE_X_PREFIX= yes USE_QT_VER= 3 @@ -24,6 +24,7 @@ USE_QT_VER= 3 PKGNAMESUFFIX= -nox11 .endif +USE_ICONV= yes USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ENV= JPEG_CFLAGS=-I"${LOCALBASE}/include" \ |