diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:45:57 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:18:11 +0000 |
commit | 58283503cb07c89d0000e82c390fff75139331a7 (patch) | |
tree | 571278ead09dc5043db6744ab70ba0c6ad63ce40 | |
parent | 29f4190753e9c41c23b4b54c57ce617e4df4e922 (diff) |
irc/weechat: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | irc/weechat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index b46c82344f4a..e6d721d4eea8 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS+= libcurl.so:ftp/curl \ libgnutls.so:security/gnutls \ libgpg-error.so:security/libgpg-error -USES= cmake ncurses libtool pkgconfig tar:xz +USES= cmake cpe ncurses libtool pkgconfig tar:xz USE_LDCONFIG= yes CMAKE_ARGS= -DLIBDATADIR=${LOCALBASE}/libdata |