svn commit: r381484 - head/graphics/gnash

Bartek Rutkowski robak at FreeBSD.org
Tue Mar 17 11:19:07 UTC 2015


Author: robak
Date: Tue Mar 17 11:19:06 2015
New Revision: 381484
URL: https://svnweb.freebsd.org/changeset/ports/381484
QAT: https://qat.redports.org/buildarchive/r381484/

Log:
  graphics/gnash: add CPE information
  
  PR:		198634
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/graphics/gnash/Makefile

Modified: head/graphics/gnash/Makefile
==============================================================================
--- head/graphics/gnash/Makefile	Tue Mar 17 11:03:42 2015	(r381483)
+++ head/graphics/gnash/Makefile	Tue Mar 17 11:19:06 2015	(r381484)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libboost_thread.so:${PORTSD
 
 CONFLICTS=	gnash-devel-[0-9]*
 
-USES=		tar:bzip2 pkgconfig gmake libtool
+USES=		cpe tar:bzip2 pkgconfig gmake libtool
 GNU_CONFIGURE=	yes
 WANT_SDL=	yes
 USE_GCC=	any
@@ -29,6 +29,7 @@ USE_GNOME=	libxml2
 USE_XORG=	x11 xau xdmcp xext xi xinerama ice sm xv
 INSTALLS_ICONS=	yes
 SYSCONFIGDIR=	${PREFIX}/etc
+CPE_VENDOR=	gnu
 
 # jemalloc leads to infinite recursion on FreeBSD
 CONFIGURE_ARGS=	--with-boost-incl="${LOCALBASE}/include" \


More information about the svn-ports-head mailing list