mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix pkg-plist and typo
Submitted by: Christian Gusenbauer <c47g@gmx.at> and kris via pointyhat
This commit is contained in:
parent
22d819dac5
commit
9bdeaea4a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127689
@ -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
|
||||
|
19
graphics/inventor/files/patch-doc-man1-GNUmakefile
Normal file
19
graphics/inventor/files/patch-doc-man1-GNUmakefile
Normal file
@ -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)
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user