diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 01:08:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 01:08:29 +0800 |
commit | 008672f0eebfc8b1a13a6e34a2fbbb4069d3e84a (patch) | |
tree | 5c2a3e74dbc423c63f04618f4e01db3fed165d0c /math/octave | |
parent | 83bb9af03d7cb6a57ef87197ffabb4b1cea76f97 (diff) | |
download | freebsd-ports-gnome-008672f0eebfc8b1a13a6e34a2fbbb4069d3e84a.tar.gz freebsd-ports-gnome-008672f0eebfc8b1a13a6e34a2fbbb4069d3e84a.tar.zst freebsd-ports-gnome-008672f0eebfc8b1a13a6e34a2fbbb4069d3e84a.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index d8d851ab78cc..721790e15300 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -32,7 +32,7 @@ LIB_DEPENDS= GraphicsMagick:${PORTSDIR}/graphics/GraphicsMagick \ umfpack.1:${PORTSDIR}/math/suitesparse \ glpk:${PORTSDIR}/math/glpk -USES= charsetfix +USES= charsetfix pkgconfig USE_BZIP2= yes USE_PERL5_BUILD=yes USE_GMAKE= yes |