Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2021 18:18:45 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0c071bb9479d - main - net/gmid: Use pkgconfig
Message-ID:  <202104271818.13RIIj0S046745@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0c071bb9479d1615fde2cc65d42a90ba4e589d2a

commit 0c071bb9479d1615fde2cc65d42a90ba4e589d2a
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-04-27 18:17:56 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-04-27 18:18:24 +0000

    net/gmid: Use pkgconfig
    
    This fixes build issues
    
    PR:     255413
---
 net/gmid/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/gmid/Makefile b/net/gmid/Makefile
index b4320c2b24b3..912c0736d11a 100644
--- a/net/gmid/Makefile
+++ b/net/gmid/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libevent.so:devel/libevent \
 		libtls.so:security/libressl
 
-USES=		localbase ssl
+USES=		localbase pkgconfig ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	omar-polo
 USE_RC_SUBR=	gmid



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