aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-12-01 00:25:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-12-01 00:25:47 +0000
commitb9c9c50ae252cd50b1b55f3dafdfbad50f824b35 (patch)
tree8ca06c77b98bda65291ddf115db64ca4d450c15e /cad
parentba2776e80d98582baa253b3e5a2611e20cb26a4f (diff)
downloadports-b9c9c50ae252cd50b1b55f3dafdfbad50f824b35.tar.gz
ports-b9c9c50ae252cd50b1b55f3dafdfbad50f824b35.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/gspiceui/files/patch-src_Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gspiceui/files/patch-src_Makefile b/cad/gspiceui/files/patch-src_Makefile
index 04b76e552b1e..4d80dd673f84 100644
--- a/cad/gspiceui/files/patch-src_Makefile
+++ b/cad/gspiceui/files/patch-src_Makefile
@@ -14,7 +14,7 @@
# Includes
-INCLUDES =-I/usr/include -I/usr/X11R6/include -I.
-+INCLUDES =-I/usr/include -I/usr/X11R6/include -I. $(shell %%WX_CONFIG%% --cxxflags)
++INCLUDES =-I/usr/include -I${X11BASE}/include -I. $(shell %%WX_CONFIG%% --cxxflags)
# Libraries
-LIB := $(shell wx-config --libs) $(shell pkg-config --libs pangox)