diff options
author | anholt <anholt@FreeBSD.org> | 2004-05-30 06:42:58 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-05-30 06:42:58 +0800 |
commit | c0637b4011c8faa0ddc455b75cf3af877db02568 (patch) | |
tree | bce9c4030373213c892149fd0db5d1e813266120 /graphics/inventor | |
parent | eafceb8d4a97a7feec38908b3b21e97d952f45be (diff) | |
download | freebsd-ports-graphics-c0637b4011c8faa0ddc455b75cf3af877db02568.tar.gz freebsd-ports-graphics-c0637b4011c8faa0ddc455b75cf3af877db02568.tar.zst freebsd-ports-graphics-c0637b4011c8faa0ddc455b75cf3af877db02568.zip |
Replace explicit XFree86-4-libraries dependencies with USE_XLIB, USE_XPM, and
USE_GL as appropriate.
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 483667c4900..3b8c7c7208a 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 |