Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 11:19:07 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381484 - head/graphics/gnash
Message-ID:  <201503171119.t2HBJ7Yt032476@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503171119.t2HBJ7Yt032476>