git: f42c954def09 - main - irc/hexchat: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 16:14:24 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=f42c954def09330a0c6a8d6542f8950bcfe4aba4 commit f42c954def09330a0c6a8d6542f8950bcfe4aba4 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-20 16:13:15 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-20 16:13:15 +0000 irc/hexchat: Add CPE information Approved by: portmgr (blanket) --- irc/hexchat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index 402a374affa1..2ff19d759e7b 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -19,9 +19,10 @@ LIB_DEPENDS= libproxy.so:net/libproxy \ libfreetype.so:print/freetype2 RUN_DEPENDS= ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes -USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \ +USES= compiler:c++11-lang cpe desktop-file-utils gettext-tools gnome \ libtool localbase meson ninja pkgconfig python:3.5+ shebangfix \ ssl xorg +CPE_VENDOR= ${PORTNAME}_project USE_GNOME= cairo gtk20 intltool libxml2 USE_XORG= x11 USE_GITHUB= yes