inkscape-0-37 depends on libsigc++1.2

Franz Klammer klammer at webonaut.com
Mon Feb 16 04:58:09 PST 2004


inkscape-0.37 has a dependency on libsigc++12:

checking for gtk+-2.0 >= 2.0.0  libart-2.0 >= 2.3.10  libxml-2.0 >= 
2-2.4.24  sigc++-1.2... Package sigc++-1.2 was not found in the 
pkg-config search path.
Perhaps you should add the directory containing `sigc++-1.2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sigc++-1.2' found
 
configure: error: Library requirements (gtk+-2.0 >= 2.0.0  libart-2.0 >= 
2.3.10  libxml-2.0 >= 2-2.4.24  sigc++-1.2) not met; consider adjusting 
the PKG_CONFIG_PATH environment variable if your libraries are in a 
nonstandard prefix so pkg-config can find them.
===>  Script "configure" failed unexpectedly.

attached the patch.

franz.

-------------- next part --------------
--- inkscape/Makefile.orig	Mon Feb 16 13:53:57 2004
+++ inkscape/Makefile	Mon Feb 16 13:54:03 2004
@@ -14,7 +14,8 @@
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	A program seeks to become a full featured open source SVG editor
 
-LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt \
+		sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
 RUN_DEPENDS=	${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL
 
 USE_GMAKE=	yes


More information about the freebsd-gnome mailing list