svn commit: r383990 - head/print/gv

Bartek Rutkowski robak at FreeBSD.org
Tue Apr 14 09:32:47 UTC 2015


Author: robak
Date: Tue Apr 14 09:32:46 2015
New Revision: 383990
URL: https://svnweb.freebsd.org/changeset/ports/383990

Log:
  print/gv: add CPE information
  
  - Maintainer's timeout (bf at FreeBSD.org)
  
  PR:		198637
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/print/gv/Makefile

Modified: head/print/gv/Makefile
==============================================================================
--- head/print/gv/Makefile	Tue Apr 14 09:04:54 2015	(r383989)
+++ head/print/gv/Makefile	Tue Apr 14 09:32:46 2015	(r383990)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libXaw3d.so:${PORTSDIR}/x11
 
 USE_XORG=	xpm ice sm xext xmu x11
 USE_GHOSTSCRIPT=	yes
-USES=		iconv gmake perl5 shebangfix
+USES=		cpe iconv gmake perl5 shebangfix
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -25,6 +25,7 @@ CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib/
 SHEBANG_FILES=	${WRKSRC}/src/gv-update-userconfig.in
 
 INFO=		gv
+CPE_VENDOR=	gnu
 PLIST_FILES=	bin/gv \
 		bin/gv-update-userconfig \
 		%%DATADIR%%/gv_system.ad \


More information about the svn-ports-all mailing list