summaryrefslogtreecommitdiffstats
path: root/math/octave-forge
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-11 11:01:58 +0000
committerrafan <rafan@FreeBSD.org>2006-12-11 11:01:58 +0000
commit11282629caff7b32da1dcf24323233ba2abc3e33 (patch)
treec837accb77b4740d5ea966cfbf359f16f29e80b8 /math/octave-forge
parentff2b13401300c8c37b614664c79043185035a905 (diff)
downloadFreeBSD-ports-11282629caff7b32da1dcf24323233ba2abc3e33.zip
FreeBSD-ports-11282629caff7b32da1dcf24323233ba2abc3e33.tar.gz
- Respect X11BASE
Reported by: pointyhat Approved by: portmgr (linimon)
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 4769848..9953e37 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>
OpenPOWER on IntegriCloud