diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-11 11:01:58 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-11 11:01:58 +0000 |
commit | 11282629caff7b32da1dcf24323233ba2abc3e33 (patch) | |
tree | c837accb77b4740d5ea966cfbf359f16f29e80b8 /math/octave-forge | |
parent | ff2b13401300c8c37b614664c79043185035a905 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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> |