svn commit: r386052 - head/java/javamail

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 11 06:09:16 UTC 2015


Author: amdmi3
Date: Mon May 11 06:09:15 2015
New Revision: 386052
URL: https://svnweb.freebsd.org/changeset/ports/386052

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/java/javamail/Makefile

Modified: head/java/javamail/Makefile
==============================================================================
--- head/java/javamail/Makefile	Mon May 11 05:37:10 2015	(r386051)
+++ head/java/javamail/Makefile	Mon May 11 06:09:15 2015	(r386052)
@@ -15,7 +15,8 @@ LICENSE_COMB=	dual
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-USES=		zip
+USES=		cpe zip
+CPE_VENDOR=	sun
 USE_JAVA=	YES
 JAVA_VERSION=	1.6+
 USE_ANT=	YES


More information about the svn-ports-all mailing list