svn commit: r380754 - head/print/a2ps

Dirk Meyer dinoex at FreeBSD.org
Sun Mar 8 10:03:35 UTC 2015


Author: dinoex
Date: Sun Mar  8 10:03:33 2015
New Revision: 380754
URL: https://svnweb.freebsd.org/changeset/ports/380754
QAT: https://qat.redports.org/buildarchive/r380754/

Log:
  - add CPE string
  PR:		198176
  Submitted by:	Shun

Modified:
  head/print/a2ps/Makefile

Modified: head/print/a2ps/Makefile
==============================================================================
--- head/print/a2ps/Makefile	Sun Mar  8 09:53:09 2015	(r380753)
+++ head/print/a2ps/Makefile	Sun Mar  8 10:03:33 2015	(r380754)
@@ -18,13 +18,14 @@ LIB_DEPENDS=	libpaper.so:${PORTSDIR}/pri
 
 PORTSCOUT=	skipv:4.14
 
-USES=		perl5
+USES=		perl5 cpe
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INFO=		a2ps ogonkify regex
 WRKSRC=		${WRKDIR}/${PORTNAME}-4.13
 I18N_PACKAGE=	i18n-fonts-0.1
+CPE_VENDOR=	gnu
 
 CONFIGURE_ARGS=	--with-medium=libpaper --sharedstatedir=${PREFIX}/share \
 	--sysconfdir=${PREFIX}/etc --datadir=${PREFIX}/share \


More information about the svn-ports-head mailing list