svn commit: r384367 - head/x11/rxvt-unicode

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 20 16:43:19 UTC 2015


Author: amdmi3
Date: Mon Apr 20 16:43:18 2015
New Revision: 384367
URL: https://svnweb.freebsd.org/changeset/ports/384367

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/x11/rxvt-unicode/Makefile

Modified: head/x11/rxvt-unicode/Makefile
==============================================================================
--- head/x11/rxvt-unicode/Makefile	Mon Apr 20 16:39:53 2015	(r384366)
+++ head/x11/rxvt-unicode/Makefile	Mon Apr 20 16:43:18 2015	(r384367)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	tic:${PORTSDIR}/devel/ncu
 RUN_DEPENDS=	${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig	\
 		${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses
 
-USES=			pkgconfig shebangfix tar:bzip2
+USES=			cpe pkgconfig shebangfix tar:bzip2
 USE_XORG=		xpm xft xrender
 GNU_CONFIGURE=		yes
 CPPFLAGS+=		-I${LOCALBASE}/include
@@ -25,6 +25,7 @@ LIBS+=			-lutil
 CONFIGURE_ENV=		TIC=${LOCALBASE}/bin/tic
 CONFIGURE_ARGS=		--enable-everything --with-term=rxvt	\
 			--with-terminfo=${LOCALBASE}/share/misc/terminfo.db
+CPE_VENDOR=		marc_lehmann
 
 OPTIONS_DEFINE=	PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR	\
 		NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY	\


More information about the svn-ports-all mailing list