svn commit: r385597 - head/x11/x3270

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 7 07:08:29 UTC 2015


Author: amdmi3
Date: Thu May  7 07:08:29 2015
New Revision: 385597
URL: https://svnweb.freebsd.org/changeset/ports/385597

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/x11/x3270/Makefile

Modified: head/x11/x3270/Makefile
==============================================================================
--- head/x11/x3270/Makefile	Thu May  7 07:07:55 2015	(r385596)
+++ head/x11/x3270/Makefile	Thu May  7 07:08:29 2015	(r385597)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-
 # Conflict due to x3270if
 CONFLICTS=	c3270-*
 
-USES=		iconv fonts imake:env
+USES=		cpe iconv fonts imake:env
 USE_XORG=	ice sm x11 xaw xext xmu xt
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-fontdir=${FONTSDIR} \
@@ -38,6 +38,8 @@ MAKE_ARGS+=	COMPRESSMANCMD="${DO_NADA}" 
 		INSTDATFLAGS="-m ${SHAREMODE}" \
 		INSTMANFLAGS="-m ${MANMODE}"
 
+CPE_VENDOR=	paul_mattes
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
 
 PORTDOCS=	README README.dbcs


More information about the svn-ports-all mailing list