summaryrefslogtreecommitdiff
path: root/graphics/inventor
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-22 08:55:40 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-22 08:55:40 +0000
commit2a9763f12a2973ba3a8c14259329bc467c86224a (patch)
tree8bfa861c7528e65025c0b38f5e2d2e1774daf187 /graphics/inventor
parentUpgrade to 1.2. (diff)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209570
Diffstat (limited to 'graphics/inventor')
-rw-r--r--graphics/inventor/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile
index 7888e330e111..23aa65a190b6 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