Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 07:07:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385596 - head/x11-toolkits/libgdiplus
Message-ID:  <201505070707.t4777ugJ035516@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May  7 07:07:55 2015
New Revision: 385596
URL: https://svnweb.freebsd.org/changeset/ports/385596

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/x11-toolkits/libgdiplus/Makefile

Modified: head/x11-toolkits/libgdiplus/Makefile
==============================================================================
--- head/x11-toolkits/libgdiplus/Makefile	Thu May  7 07:07:50 2015	(r385595)
+++ head/x11-toolkits/libgdiplus/Makefile	Thu May  7 07:07:55 2015	(r385596)
@@ -15,13 +15,14 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 		libcairo.so:${PORTSDIR}/graphics/cairo
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool:keepla pathfix pkgconfig
+USES=		cpe gmake libtool:keepla pathfix pkgconfig
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 USE_XORG=	x11
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	mono-project
 
 PLIST_FILES=	lib/libgdiplus.a \
 		lib/libgdiplus.la \



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