Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2021 11:50:42 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 85cf6ca33a0e - main - math/octave-forge-zeromq: Add missing USE=pkgconfig
Message-ID:  <202110071150.197BogB9035258@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85cf6ca33a0e3490959f826277ed2d2b4fdba466

commit 85cf6ca33a0e3490959f826277ed2d2b4fdba466
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-10-07 08:47:49 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-10-07 11:50:39 +0000

    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)
---
 math/octave-forge-zeromq/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110071150.197BogB9035258>