git: 0c071bb9479d - main - net/gmid: Use pkgconfig

Neel Chauhan nc at FreeBSD.org
Tue Apr 27 18:18:45 UTC 2021


The branch main has been updated by nc:

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

commit 0c071bb9479d1615fde2cc65d42a90ba4e589d2a
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-04-27 18:17:56 +0000
Commit:     Neel Chauhan <nc at 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


More information about the dev-commits-ports-all mailing list