Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 09:08:11 +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: r388509 - head/graphics/exif
Message-ID:  <201506040908.t5498BkZ041699@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun  4 09:08:10 2015
New Revision: 388509
URL: https://svnweb.freebsd.org/changeset/ports/388509

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/exif/Makefile

Modified: head/graphics/exif/Makefile
==============================================================================
--- head/graphics/exif/Makefile	Thu Jun  4 09:08:04 2015	(r388508)
+++ head/graphics/exif/Makefile	Thu Jun  4 09:08:10 2015	(r388509)
@@ -18,8 +18,9 @@ OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
 CONFIGURE_ENV=	POPT_CFLAGS=-I${LOCALBASE}/include POPT_LIBS="-L${LOCALBASE}/lib -lpopt"
+CPE_VENDOR=	curtis_galloway
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig
+USES=		cpe gmake pkgconfig
 
 NLS_CONFIGURE_ON=	--enable-nls ${ICONV_CONFIGURE_ARG}
 NLS_CONFIGURE_OFF=	--disable-nls --without-libiconv-prefix



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