mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
. Replace some hardwired /usr/local instances with LOCALBASE. . Small Makefile restructure to keep related variables in one place. . Add ipv6 to CATEGORIES if its enabled. [2] PR: 106130 [2] Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> [2] Pointed out by: pointyhat (via kris) [1]
15 lines
395 B
Text
15 lines
395 B
Text
$FreeBSD$
|
|
|
|
--- ../../deploy/make/plugin/nscore/unix/Makefile.orig Sun Dec 10 21:46:45 2006
|
|
+++ ../../deploy/make/plugin/nscore/unix/Makefile Sun Dec 10 21:47:26 2006
|
|
@@ -18,8 +18,8 @@
|
|
|
|
ifeq ($(PLATFORM), bsd)
|
|
LDLIBS = -lX11
|
|
-X11HDRDIR = /usr/X11R6/include
|
|
-ICONVHDRDIR = /usr/local/include
|
|
+X11HDRDIR = $(X11BASE)/include
|
|
+ICONVHDRDIR = $(LOCALBASE)/include
|
|
else
|
|
X11HDRDIR =
|
|
ICONVHDRDIR =
|