mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
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
@ -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…
Reference in New Issue
Block a user