forked from Lainports/freebsd-ports
math/octave-forge-zeromq: Add missing USE=pkgconfig
The configure script uses pkg-config to find the libzmq lib. It fixes the following error: configure: error: octave zeromq package requires zeromq library Approved by: portmgr (build fix blanket)
This commit is contained in:
parent
a95dab9614
commit
85cf6ca33a
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS+= libzmq.so:net/libzmq4
|
||||
|
||||
USES= pkgconfig
|
||||
|
||||
# OCTSRC is the name of the directory of the package.
|
||||
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
||||
OCTSRC= ${DISTNAME}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue