svn commit: r388509 - head/graphics/exif

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 4 09:08:11 UTC 2015


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


More information about the svn-ports-all mailing list