svn commit: r384702 - head/lang/chicken

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 25 03:51:07 UTC 2015


Author: amdmi3
Date: Sat Apr 25 03:51:06 2015
New Revision: 384702
URL: https://svnweb.freebsd.org/changeset/ports/384702

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/lang/chicken/Makefile

Modified: head/lang/chicken/Makefile
==============================================================================
--- head/lang/chicken/Makefile	Sat Apr 25 02:50:55 2015	(r384701)
+++ head/lang/chicken/Makefile	Sat Apr 25 03:51:06 2015	(r384702)
@@ -10,7 +10,8 @@ MASTER_SITES=	http://code.call-cc.org/re
 MAINTAINER=	vmagerya at gmail.com
 COMMENT=	Scheme-to-C compiler
 
-USES=		gmake
+USES=		cpe gmake
+CPE_VENDOR=	call-cc
 MAKEFILE=	GNUmakefile
 USE_LDCONFIG=	yes
 MAKE_ARGS+=	PLATFORM=bsd PREFIX=${PREFIX} \


More information about the svn-ports-all mailing list