diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-06 01:01:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-06 01:01:12 +0800 |
commit | 544d13a16cf1866de136cce6a070df2404b21368 (patch) | |
tree | 80bbca1458b4004717cee41f8508b4b4e2f4e6c4 /math | |
parent | f3138bcc9bdf4f54406574ccb2cdab80b4833c87 (diff) | |
download | freebsd-ports-gnome-544d13a16cf1866de136cce6a070df2404b21368.tar.gz freebsd-ports-gnome-544d13a16cf1866de136cce6a070df2404b21368.tar.zst freebsd-ports-gnome-544d13a16cf1866de136cce6a070df2404b21368.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'math')
-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 |