svn commit: r420145 - head/x11/xterm

Emanuel Haupt ehaupt at FreeBSD.org
Fri Aug 12 21:45:13 UTC 2016


Author: ehaupt
Date: Fri Aug 12 21:45:12 2016
New Revision: 420145
URL: https://svnweb.freebsd.org/changeset/ports/420145

Log:
  Add CPE info
  
  PR:		211795
  Submitted by:	shun.fbsd.pr at dropcut.net

Modified:
  head/x11/xterm/Makefile

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Fri Aug 12 21:33:20 2016	(r420144)
+++ head/x11/xterm/Makefile	Fri Aug 12 21:45:12 2016	(r420145)
@@ -16,7 +16,8 @@ LICENSE=	MIT
 
 CONFLICTS=	x11iraf-[0-9]*
 
-USES=		ncurses tar:tgz
+USES=		cpe ncurses tar:tgz
+CPE_VENDOR=	invisible-island
 USE_XORG=	xft xmu xt x11 xpm ice
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list