mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3866598402
- Support CC/LOCALBASE/X11BASE/PREFIX properly Remove file: patches/patch-aa Approval from MAINTAINER after sending EMail PR: 21609 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw> MAINTAINER
21 lines
738 B
Plaintext
21 lines
738 B
Plaintext
--- povchem.cfg.orig Tue Aug 8 03:13:31 2000
|
|
+++ povchem.cfg Tue Aug 8 03:16:16 2000
|
|
@@ -294,7 +294,7 @@
|
|
# or leave blank the "POVRay" line, and the next five options will be ignored.
|
|
#
|
|
#POVRay = d:\graphics\povray\povray.exe
|
|
-POVRay = /usr/local/bin/povray
|
|
+POVRay = %%LOCALBASE%%/bin/povray
|
|
POVWidth = 640
|
|
POVOptions = +V -D +Q9 +A +FT +B32
|
|
RunPOVRay = No
|
|
@@ -331,7 +331,7 @@
|
|
# the type of image POV-Ray generates - usually TGA (also called TARGA).
|
|
#
|
|
#Viewer = c:\util\dvpeg.exe
|
|
-Viewer = /usr/local/bin/xv
|
|
+Viewer = %%X11BASE%%/bin/xv
|
|
|
|
# If ColorSplit is Proportional, 'Power' determines the power of the vdW radii
|
|
# to which the point of color change is proportional. See the manual for
|