diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-01-30 09:04:52 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-01-30 09:04:52 +0000 |
commit | 9bdeaea4a02f890bd9c67a8f8a6f99b6923a406b (patch) | |
tree | b50f522f5ee5a16f62edd019d19c6ac50d02021a /graphics/inventor | |
parent | 22d819dac5cdd83833efa79a5ec26a88054251d3 (diff) |
Notes
Diffstat (limited to 'graphics/inventor')
-rw-r--r-- | graphics/inventor/Makefile | 4 | ||||
-rw-r--r-- | graphics/inventor/files/patch-doc-man1-GNUmakefile | 19 | ||||
-rw-r--r-- | graphics/inventor/pkg-message | 2 |
3 files changed, 22 insertions, 3 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 3b8c7c7208a5..c9473ebe7786 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -19,16 +19,16 @@ COMMENT= This is SGI's Open Inventor (TM) LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.9:${PORTSDIR}/graphics/jpeg +USE_X_PREFIX= yes USE_XLIB= yes USE_GL= yes USE_GMAKE= yes USE_ICONV= yes USE_MOTIF= yes -USE_MESA= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 -PREFIX= ${X11BASE} # not a good manner +#PREFIX= ${X11BASE} # not a good manner WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/lib:${WRKSRC}/libSoXt diff --git a/graphics/inventor/files/patch-doc-man1-GNUmakefile b/graphics/inventor/files/patch-doc-man1-GNUmakefile new file mode 100644 index 000000000000..fecac315e5ec --- /dev/null +++ b/graphics/inventor/files/patch-doc-man1-GNUmakefile @@ -0,0 +1,19 @@ +*** doc/man/man1/GNUmakefile.orig Fri Dec 24 07:50:05 2004 +--- doc/man/man1/GNUmakefile Fri Dec 24 07:52:36 2004 +*************** +*** 11,16 **** + ivinfo.1 \ + ivview.1 + +! all install: install_man1 + + include $(IVCOMMONRULES) +--- 11,18 ---- + ivinfo.1 \ + ivview.1 + +! all: +! +! install: install_man1 + + include $(IVCOMMONRULES) diff --git a/graphics/inventor/pkg-message b/graphics/inventor/pkg-message index 81f595cd2fa8..553fc454cd11 100644 --- a/graphics/inventor/pkg-message +++ b/graphics/inventor/pkg-message @@ -5,7 +5,7 @@ Please set the environment variable FL_FONT_PATH to the directory where your TrueType fonts are installed. If you do not set this variable, Open Inventor(TM) will use %%PREFIX%%/lib/X11/fonts/TTF as default. -Openi Inventor (TM) needs the following TrueType fonts: +Open Inventor (TM) needs the following TrueType fonts: - Times-Roman - Helvetica |