From: David Marec Date: Sun, 10 May 2020 08:00:52 +0000 (+0200) Subject: Add sigc++ dependency X-Git-Tag: plist-nls~16 X-Git-Url: http://popeye.lapinbilly.eu/git/?p=inkscape-1.0-freebsd.git;a=commitdiff_plain;h=a8167a7ad1752bd84b789203689c9da3200cfcef Add sigc++ dependency Review DISTNAME to match the tarball extraction folder Review GraphicksMagick option --- diff --git a/Makefile b/Makefile index a4166d9..58e9523 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,12 @@ # $FreeBSD: head/graphics/inkscape/Makefile 533681 2020-05-02 10:00:12Z tcberner $ PORTNAME= inkscape -PORTVERSION=1.0 -PORTREVISION=1 +PORTVERSION=1 +PORTREVISION=0 CATEGORIES= graphics gnome MASTER_SITES=https://inkscape.org/gallery/item/18460/ -DISTNAME=inkscape-1.0 +DISTFILES=inkscape-${PORTVERSION}.${PORTREVISION}.tar.xz +DISTNAME=inkscape-1.0_2020-05-01_4035a4fb49 MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor @@ -18,17 +19,16 @@ LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSES/GPL-3.0.txt LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSES/LGPL-2.1.txt LICENSE_FILE_MPL11= ${WRKSRC}/LICENSES/MPL-1.1.txt -#BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs -LIB_DEPENDS= \ - libgsl.so:math/gsl \ - libpotrace.so:graphics/libpotrace \ - libpng.so:graphics/png \ +BUILD_DEPENDS= -RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scour>0:textproc/py-scour@${PY_FLAVOR} +LIB_DEPENDS= \ + libsigc-2.0.so:devel/libsigc++20 \ + libgc.so:devel/boehm-gc \ + libgsl.so:math/gsl \ + libpotrace.so:graphics/libpotrace \ + libpng.so:graphics/png -USES= compiler:c++11-lib cmake \ +USES= compiler:c++11-lib cmake \ iconv:wchar_t jpeg pathfix pkgconfig python:3.7 \ shebangfix tar:xz xorg USE_GNOME= gtkmm30 libxml2 libxslt