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/inventor | |
parent | e60f196636352a608c09494e14f7820b3215a15d (diff) | |
download | ports-4efa9ce4aba677e16625a76f8415226114d2d072.tar.gz ports-4efa9ce4aba677e16625a76f8415226114d2d072.zip |
Notes
Diffstat (limited to 'graphics/inventor')
-rw-r--r-- | graphics/inventor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |