View | Details | Raw Unified | Return to bug 256999
Collapse All | Expand All

(-)b/graphics/inkscape/Makefile (-1 / +3 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	inkscape
3
PORTNAME=	inkscape
4
DISTVERSION=	1.1
4
DISTVERSION=	1.1
5
PORTREVISION=	1
5
CATEGORIES=	graphics gnome
6
CATEGORIES=	graphics gnome
6
MASTER_SITES=	https://inkscape.org/gallery/item/26932/
7
MASTER_SITES=	https://inkscape.org/gallery/item/26932/
7
8
Lines 22-27 LICENSE_FILE_MPL11 = ${WRKSRC}/LICENSES/MPL-1.1.txt Link Here
22
BUILD_DEPENDS=	${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs
23
BUILD_DEPENDS=	${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs
23
LIB_DEPENDS=	libpopt.so:devel/popt \
24
LIB_DEPENDS=	libpopt.so:devel/popt \
24
		libgc.so:devel/boehm-gc \
25
		libgc.so:devel/boehm-gc \
26
		libboost_filesystem.so:devel/boost-libs \
25
		libgdl-3.so:x11-toolkits/gdl \
27
		libgdl-3.so:x11-toolkits/gdl \
26
		libgsl.so:math/gsl \
28
		libgsl.so:math/gsl \
27
		libgtkspell3-3.so:textproc/gtkspell3 \
29
		libgtkspell3-3.so:textproc/gtkspell3 \
Lines 46-52 RUN_DEPENDS= ${PYNUMPY} \ Link Here
46
48
47
USES=		compiler:c++11-lib cmake cpe desktop-file-utils gnome \
49
USES=		compiler:c++11-lib cmake cpe desktop-file-utils gnome \
48
		iconv:wchar_t jpeg pathfix pkgconfig python:3.6+ \
50
		iconv:wchar_t jpeg pathfix pkgconfig python:3.6+ \
49
		shebangfix tar:xz xorg
51
		readline shebangfix tar:xz xorg
50
USE_GNOME=	gtkmm30 libxml2 libxslt
52
USE_GNOME=	gtkmm30 libxml2 libxslt
51
USE_XORG=	sm ice x11 xext
53
USE_XORG=	sm ice x11 xext
52
USE_LDCONFIG=	yes
54
USE_LDCONFIG=	yes

Return to bug 256999