svn commit: r437778 - head/math/sc-im

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 5 11:54:48 UTC 2017


Author: bapt
Date: Wed Apr  5 11:54:47 2017
New Revision: 437778
URL: https://svnweb.freebsd.org/changeset/ports/437778

Log:
  Add missing build dependency on pkgconf
  Now sc-im will really support xls/xlsx

Modified:
  head/math/sc-im/Makefile

Modified: head/math/sc-im/Makefile
==============================================================================
--- head/math/sc-im/Makefile	Wed Apr  5 11:36:31 2017	(r437777)
+++ head/math/sc-im/Makefile	Wed Apr  5 11:54:47 2017	(r437778)
@@ -2,6 +2,7 @@
 
 PORTNAME=	sc-im
 PORTVERSION=	0.5.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	math
 
@@ -13,7 +14,7 @@ LICENSE=	BSD4CLAUSE
 LIB_DEPENDS=	libxlsreader.so:math/libxls \
 		libzip.so:archivers/libzip
 
-USES=		gmake localbase
+USES=		gmake localbase pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	andmarti1424
 USE_GNOME=	libxml2


More information about the svn-ports-head mailing list