git: fa32a24189b6 - main - irc/ircII: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:34 UTC 2021


The branch main has been updated by decke:

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

commit fa32a24189b66e10051ad4289541e8b1b77cda52
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:27:51 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:57 +0000

    irc/ircII: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 irc/ircII/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile
index 6002151c17ad..355ee43f9be8 100644
--- a/irc/ircII/Makefile
+++ b/irc/ircII/Makefile
@@ -13,7 +13,9 @@ LICENSE=	BSD3CLAUSE
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS= --with-warnings
 DATADIR=	${PREFIX}/share/irc
-USES=		iconv ncurses tar:bzip2
+USES=		cpe iconv ncurses tar:bzip2
+
+CPE_VENDOR=	eterna
 
 OPTIONS_DEFINE=	EMACS_KEYS HELP IRCBUG OPENSSL SCRIPTS
 OPTIONS_DEFAULT=EMACS_KEYS HELP OPENSSL SCRIPTS


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