svn commit: r386112 - head/comms/libimobiledevice

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 11 23:53:29 UTC 2015


Author: amdmi3
Date: Mon May 11 23:53:28 2015
New Revision: 386112
URL: https://svnweb.freebsd.org/changeset/ports/386112

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/comms/libimobiledevice/Makefile

Modified: head/comms/libimobiledevice/Makefile
==============================================================================
--- head/comms/libimobiledevice/Makefile	Mon May 11 23:53:05 2015	(r386111)
+++ head/comms/libimobiledevice/Makefile	Mon May 11 23:53:28 2015	(r386112)
@@ -13,7 +13,7 @@ LICENSE?=	LGPL21
 
 SLAVE_PORT?=	no
 
-USES+=		libtool pathfix pkgconfig tar:bzip2
+USES+=		cpe libtool pathfix pkgconfig tar:bzip2
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=openssl_CFLAGS="-I${OPENSSLINC}" \


More information about the svn-ports-all mailing list