diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
commit | 2dd61aca4b22d055ca2cba8fa904544f3f8cc39f (patch) | |
tree | 02cf3b0413400ead939cdfefbf254965eda87d68 /graphics/inventor | |
parent | 1f59d564b6d1f91f3f7effca1734e712238e0340 (diff) | |
download | FreeBSD-ports-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.zip FreeBSD-ports-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.gz |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'graphics/inventor')
-rw-r--r-- | graphics/inventor/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 7888e33..23aa65a 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -7,7 +7,7 @@ PORTNAME= inventor PORTVERSION= 2.1.5.p10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://oss.sgi.com/projects/inventor/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-/} @@ -20,8 +20,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ GLU.1:${PORTSDIR}/graphics/libGLU -USE_X_PREFIX= yes -USE_XLIB= yes +USE_XORG= x11 USE_GL= glw USE_GMAKE= yes USE_ICONV= yes |