aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-11 11:01:58 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-11 11:01:58 +0000
commitb1984f0312b4bdd35e5e1e0ba54f7109a698e4fc (patch)
treeae8edc76132792135531e0f501203370ed892ede /math/octave-forge
parent922c9826cf078419977c269c9f3ee7ffe2a61626 (diff)
Notes
Diffstat (limited to 'math/octave-forge')
-rw-r--r--math/octave-forge/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile
index 4769848b8287..9953e37b0dbd 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -27,7 +27,9 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
ALL_TARGET= # empty
CONFIGURE_ARGS= --with-cc=${CC} \
- --with-cxx=${CXX}
+ --with-cxx=${CXX} \
+ --x-libraries=${X11BASE}/lib \
+ --x-includes=${X11BASE}/include
.include <bsd.port.pre.mk>