diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-29 22:42:58 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-29 22:42:58 +0000 |
commit | a93033552b24d80bcefe085979d99d4d7f8004e4 (patch) | |
tree | bb35475a21275e84adff53ace3cf4dce2a36a976 /graphics/inventor | |
parent | ec353c081d48243baecb53bcca5752598d1a0440 (diff) | |
download | ports-a93033552b24d80bcefe085979d99d4d7f8004e4.tar.gz ports-a93033552b24d80bcefe085979d99d4d7f8004e4.zip |
Notes
Diffstat (limited to 'graphics/inventor')
-rw-r--r-- | graphics/inventor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 483667c49005..3b8c7c7208a5 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -17,10 +17,10 @@ MAINTAINER= c47g@gmx.at COMMENT= This is SGI's Open Inventor (TM) LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - GLU.1:${PORTSDIR}/x11/XFree86-4-libraries + jpeg.9:${PORTSDIR}/graphics/jpeg USE_XLIB= yes +USE_GL= yes USE_GMAKE= yes USE_ICONV= yes USE_MOTIF= yes |