Skip to content

Commit

Permalink
irc/znc: add pkgconfig at runtime
Browse files Browse the repository at this point in the history
Include pkgconfig at runtime for module compiling

PR:		278901
  • Loading branch information
dlangille committed May 10, 2024
1 parent db92b24 commit 182dd49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion irc/znc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= znc
DISTVERSION= 1.9.0
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= https://znc.in/releases/ \
https://znc.in/releases/archive/
Expand All @@ -11,7 +12,7 @@ WWW= https://wiki.znc.in/ZNC
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= compiler:c++17-lang cpe cmake:run iconv pathfix pkgconfig python
USES= compiler:c++17-lang cpe cmake:run iconv pathfix pkgconfig:both python

USE_RC_SUBR= znc

Expand Down

0 comments on commit 182dd49

Please sign in to comment.