svn commit: r390737 - head/textproc/R-cran-stringi

TAKATSU Tomonari tota at FreeBSD.org
Sun Jun 28 06:33:21 UTC 2015


Author: tota
Date: Sun Jun 28 06:33:20 2015
New Revision: 390737
URL: https://svnweb.freebsd.org/changeset/ports/390737

Log:
  - Add missing dependency pkgconfig
  
  PR:		ports/201156
  Submitted by:	tota@ (myself)
  Reported by:	pkg-fallout
  MFH:		2015Q2

Modified:
  head/textproc/R-cran-stringi/Makefile

Modified: head/textproc/R-cran-stringi/Makefile
==============================================================================
--- head/textproc/R-cran-stringi/Makefile	Sun Jun 28 05:57:34 2015	(r390736)
+++ head/textproc/R-cran-stringi/Makefile	Sun Jun 28 06:33:20 2015	(r390737)
@@ -3,6 +3,7 @@
 
 PORTNAME=	stringi
 DISTVERSION=	0.5-2
+PORTREVISION=	1
 CATEGORIES=	textproc
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -13,6 +14,6 @@ LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libicui18n.so:${PORTSDIR}/devel/icu
 
-USES=	cran:auto-plist
+USES=	cran:auto-plist pkgconfig:build
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list