diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 14:14:47 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 14:14:47 +0000 |
commit | 3105b28d41c7b2aae4c4aefcc219f0d73a64c6b0 (patch) | |
tree | cbdf6149702339990e73dd7d637ebbcf204f1707 /science/oof | |
parent | 01ee81ed0b0c92013a82d043c503b7bf92e5641c (diff) | |
download | freebsd-ports-3105b28d41c7b2aae4c4aefcc219f0d73a64c6b0.zip |
Respect X11BASE
Reported by: pointyhat
Diffstat (limited to 'science/oof')
-rw-r--r-- | science/oof/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/oof/Makefile b/science/oof/Makefile index 0119351c27e1..5130ea323a8a 100644 --- a/science/oof/Makefile +++ b/science/oof/Makefile @@ -36,7 +36,9 @@ CXXFLAGS+= -Wno-deprecated GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cxxflags='${CXXFLAGS}' \ --with-libdirs=-L${LOCALBASE}/lib \ - --with-blas="-L${LOCALBASE}/lib ${BLAS_LIBS} -lg2c" + --with-blas="-L${LOCALBASE}/lib ${BLAS_LIBS} -lg2c" \ + --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib USE_GCC= 3.2+ ALL_TARGET= all |