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 | |
parent | Make the last line of Makefile to be (diff) |
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=105722
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djvulibre/Makefile | 5 | ||||
-rw-r--r-- | graphics/graphviz/Makefile | 4 | ||||
-rw-r--r-- | graphics/inventor/Makefile | 2 |
3 files changed, 6 insertions, 5 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" \ diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index afae31604561..9abe3791ea4f 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -17,9 +17,9 @@ COMMENT= Graph Visualization Software from AT&T and Bell Labs LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 \ - tk84.1:${PORTSDIR}/x11-toolkits/tk84 \ - iconv.3:${PORTSDIR}/converters/libiconv + tk84.1:${PORTSDIR}/x11-toolkits/tk84 +USE_ICONV= yes USE_XPM= yes USE_GMAKE= yes USE_AUTOMAKE_VER= 14 diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 51beb5cfae05..483667c49005 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -17,12 +17,12 @@ MAINTAINER= c47g@gmx.at COMMENT= This is SGI's Open Inventor (TM) LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - iconv.3:${PORTSDIR}/converters/libiconv \ jpeg.9:${PORTSDIR}/graphics/jpeg \ GLU.1:${PORTSDIR}/x11/XFree86-4-libraries USE_XLIB= yes USE_GMAKE= yes +USE_ICONV= yes USE_MOTIF= yes USE_MESA= yes INSTALLS_SHLIB= yes |