svn commit: r430923 - head/irc/irssi

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jan 9 08:58:10 UTC 2017


Author: vanilla
Date: Mon Jan  9 08:58:09 2017
New Revision: 430923
URL: https://svnweb.freebsd.org/changeset/ports/430923

Log:
  Add CPE information.
  
  PR:		215888
  Submitted by:	shun.fbsd.pr at dropcut.net

Modified:
  head/irc/irssi/Makefile

Modified: head/irc/irssi/Makefile
==============================================================================
--- head/irc/irssi/Makefile	Mon Jan  9 08:49:56 2017	(r430922)
+++ head/irc/irssi/Makefile	Mon Jan  9 08:58:09 2017	(r430923)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 CONFLICTS=	irssi-devel-[0-9]* zh-irssi-[0-9]*
 
-USES=		gettext-runtime gmake libtool ncurses pkgconfig tar:xz
+USES=		cpe gettext-runtime gmake libtool ncurses pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ncurses=${NCURSESBASE}
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list