diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-01 22:14:47 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-01 22:14:47 +0800 |
commit | ba9cbc0e3cfa075551472dbd748f3aca40565842 (patch) | |
tree | 40b7098afc34f4c0a6a6d31e034f6f578e0db690 /science/oof | |
parent | 0ffc9137c1bdd99f55ce334cee8f857e111747bb (diff) | |
download | freebsd-ports-gnome-ba9cbc0e3cfa075551472dbd748f3aca40565842.tar.gz freebsd-ports-gnome-ba9cbc0e3cfa075551472dbd748f3aca40565842.tar.zst freebsd-ports-gnome-ba9cbc0e3cfa075551472dbd748f3aca40565842.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 |