aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2021-10-07 08:47:49 +0000
committerMikael Urankar <mikael@FreeBSD.org>2021-10-07 11:50:39 +0000
commit85cf6ca33a0e3490959f826277ed2d2b4fdba466 (patch)
tree9eb3303ae54fe46557e57187f09eeb8548b569c0
parenta95dab961496b5a1b771916b4ffddacbb5c0ff80 (diff)
downloadports-85cf6ca33a0e3490959f826277ed2d2b4fdba466.tar.gz
ports-85cf6ca33a0e3490959f826277ed2d2b4fdba466.zip
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)
-rw-r--r--math/octave-forge-zeromq/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-zeromq/Makefile b/math/octave-forge-zeromq/Makefile
index 04d1cd552d5b..6496859fc474 100644
--- a/math/octave-forge-zeromq/Makefile
+++ b/math/octave-forge-zeromq/Makefile
@@ -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}