Date: Wed, 5 Apr 2017 11:54:47 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437778 - head/math/sc-im Message-ID: <201704051154.v35BslMw040643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704051154.v35BslMw040643>