aboutsummaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-06 16:26:55 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-06 16:26:55 +0000
commit008ccfc70ec9f2e0229320a16134bb38841590dc (patch)
tree9b606c13bc808d4dfadd3e6a393f1e8aba7cb8db /mbone
parentca144b44384b64a04213a31dca46eafe1024a435 (diff)
downloadports-008ccfc70ec9f2e0229320a16134bb38841590dc.tar.gz
ports-008ccfc70ec9f2e0229320a16134bb38841590dc.zip
- Respect X11BASE
Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=179044
Diffstat (limited to 'mbone')
-rw-r--r--mbone/relate/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/relate/files/patch-Makefile b/mbone/relate/files/patch-Makefile
index 396333d68c64..fcc881cf3b6f 100644
--- a/mbone/relate/files/patch-Makefile
+++ b/mbone/relate/files/patch-Makefile
@@ -8,8 +8,8 @@
+
+# for FreeBSD
+CC = cc
-+LIBFLAGS = -L$(LIBDIR) -L/usr/X11R6/lib
-+IFLAGS = -I$(INCDIR)/tk8.2 -I$(INCDIR)/tcl8.2 -I/usr/X11R6/include
++LIBFLAGS = -L$(LIBDIR) -L$(X11BASE)/lib
++IFLAGS = -I$(INCDIR)/tk8.2 -I$(INCDIR)/tcl8.2 -I$(X11BASE)/include
+LIBS = -ltk82 -ltcl82 -lm -lX11
+
+TCL_FILES = \