blob: 5276288296da918793525a5167331a17713e3a5f (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | $FreeBSD$
--- ../../deploy/make/plugin/jvmnative/Makefile.orig	Sun Jul 29 23:03:29 2007
+++ ../../deploy/make/plugin/jvmnative/Makefile	Sun Jul 29 23:03:29 2007
@@ -14,7 +14,7 @@
 
 include $(DEPLOY_TOPDIR)/make/plugin/common/Defs.gmk
 
-X11DIR = /usr/X11R6
+X11DIR = ${LOCALBASE}
 
 ifeq ($(PLATFORM), bsd)
 LDLIBS = -L$(X11DIR)/lib -lX11
 |