diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-05 17:01:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-05 17:01:12 +0000 |
commit | eb4b4f996480b9028513fbf6a749624b7f121867 (patch) | |
tree | 80bbca1458b4004717cee41f8508b4b4e2f4e6c4 /math/plplot | |
parent | aab0c4897b4db97a2e158a80448ff7734971c1a8 (diff) | |
download | ports-eb4b4f996480b9028513fbf6a749624b7f121867.tar.gz ports-eb4b4f996480b9028513fbf6a749624b7f121867.zip |
Notes
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index f8e6f1cc6651..7dfdc6af0535 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -26,14 +26,13 @@ OPTIONS_DEFAULT= THREADS X11 USE_GNOME= pango USE_PERL5= build USE_GHOSTSCRIPT=yes -USES= cmake perl5 +USES= cmake gmake perl5 pkgconfig CMAKE_ARGS= -DENABLE_java:BOOL=OFF -DENABLE_octave:BOOL=OFF \ -DENABLE_pdl:BOOL=OFF -DENABLE_ada:BOOL=OFF \ -DENABLE_d:BOOL=OFF -DENABLE_ocaml:BOOL=OFF \ -DENABLE_pyqt4:BOOL=OFF \ -DPL_FREETYPE_FONT_PATH:PATH="${FREEFONT_DIR}" \ -DPLD_plmeta:BOOL=ON -USE_GMAKE= yes USE_AUTOTOOLS= libltdl USE_LDCONFIG= yes |