svn commit: r397069 - head/devel/pructl

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 16 15:10:13 UTC 2015


Author: amdmi3
Date: Wed Sep 16 15:10:12 2015
New Revision: 397069
URL: https://svnweb.freebsd.org/changeset/ports/397069

Log:
  - Switch to USES=libedit as suggested by stage-qa
  
  Approved by:	portmgr blanket

Modified:
  head/devel/pructl/Makefile

Modified: head/devel/pructl/Makefile
==============================================================================
--- head/devel/pructl/Makefile	Wed Sep 16 14:56:07 2015	(r397068)
+++ head/devel/pructl/Makefile	Wed Sep 16 15:10:12 2015	(r397069)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pructl
 PORTVERSION=	0.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://bitbucket.org/rpaulo/pructl/get/
 
@@ -12,7 +13,7 @@ LICENSE=	BSD2CLAUSE
 
 LIB_DEPENDS=	libpru.so:${PORTSDIR}/devel/libpru
 
-USES=		cmake
+USES=		cmake libedit
 
 WRKSRC=		${WRKDIR}/rpaulo-pructl-ef9fa544e6a3
 


More information about the svn-ports-head mailing list