mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
17 lines
463 B
Plaintext
17 lines
463 B
Plaintext
--- xfpovray.cf.orig Tue Feb 10 04:46:25 1998
|
|
+++ xfpovray.cf Tue Feb 17 08:37:34 1998
|
|
@@ -3,10 +3,10 @@
|
|
XCOMM
|
|
|
|
XCOMM Root installation directory for xfpovray
|
|
-XFROOTDIR = /usr/local
|
|
+XFROOTDIR = ${BINDIR}
|
|
|
|
XCOMM If your compiler can't find the xforms library
|
|
-XFORMS_LIBDIR = /usr/local/lib
|
|
+XFORMS_LIBDIR = ${X11BASE}/lib
|
|
|
|
XCOMM If your compiler can't find the xforms header file
|
|
-XFORMS_INCDIR = /usr/local/include
|
|
+XFORMS_INCDIR = ${X11BASE}/include
|