mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 22:09:22 -04:00
11 lines
327 B
Text
11 lines
327 B
Text
--- Makefile.orig Fri Nov 24 15:04:26 2006
|
|
+++ Makefile Fri Nov 24 15:05:24 2006
|
|
@@ -250,8 +250,8 @@
|
|
# X11 関連のディレクトリとライブラリを指定
|
|
# X11INC = -I/usr/include/X11
|
|
# X11LIB = -L/usr/lib/X11
|
|
-X11INC = -I/usr/X11R6/include
|
|
-X11LIB = -L/usr/X11R6/lib
|
|
+X11INC = -I$(X11BASE)/include
|
|
+X11LIB = -L$(X11BASE)/lib
|
|
|