mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
Upgrade to version 2.7 Fix build with xforms PR: ports/42650 Submitted by: tm@onepost.net (Takeshi Morishima)
13 lines
399 B
Text
13 lines
399 B
Text
--- Makefile.orig Mon Feb 3 04:59:04 2003
|
|
+++ Makefile Mon Feb 3 04:59:28 2003
|
|
@@ -13,8 +13,8 @@
|
|
#=====================================================================
|
|
#
|
|
CC = gcc
|
|
-PREFIX = /usr/local
|
|
-X11PREFIX = /usr/X11R6
|
|
+PREFIX = ${LOCALBASE}
|
|
+X11PREFIX = ${X11BASE}
|
|
INCX11 = $(X11PREFIX)/include
|
|
LIBX11 = $(X11PREFIX)/lib
|
|
INCFORMS = $(X11PREFIX)/include/X11
|