aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-11-30 11:52:20 +0800
committerrafan <rafan@FreeBSD.org>2006-11-30 11:52:20 +0800
commitebed771e8648dbdbd89bed871872adddc1bed94d (patch)
treeddcdbb28c2995fdfca371dbdbf5ee1f88f2d6a5d /net
parent10f273353f5078b6242cafec1b56bfc092122642 (diff)
downloadfreebsd-ports-gnome-ebed771e8648dbdbd89bed871872adddc1bed94d.tar.gz
freebsd-ports-gnome-ebed771e8648dbdbd89bed871872adddc1bed94d.tar.zst
freebsd-ports-gnome-ebed771e8648dbdbd89bed871872adddc1bed94d.zip
- Respect X11BASE
Diffstat (limited to 'net')
-rw-r--r--net/tcpview/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpview/files/patch-Makefile b/net/tcpview/files/patch-Makefile
index a4d686855740..d83a34d70748 100644
--- a/net/tcpview/files/patch-Makefile
+++ b/net/tcpview/files/patch-Makefile
@@ -68,7 +68,7 @@
tcpview: $(TCPVIEW_OBJ)
- $(CC) $(CFLAGS) -o $@ $(TCPVIEW_OBJ) $(XLIB) $(LIB)
-+ $(CC) $(CFLAGS) -o $@ $(TCPVIEW_OBJ) -L/usr/X11R6/lib $(XLIB) $(LIB)
++ $(CC) $(CFLAGS) -o $@ $(TCPVIEW_OBJ) -L${X11BASE}/lib $(XLIB) $(LIB)
tcpslice: $(TCPSLICE_OBJ)
$(CC) $(CFLAGS) -o $@ $(TCPSLICE_OBJ)