summaryrefslogtreecommitdiff
path: root/graphics/sodipodi/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-10 23:02:18 +0000
committerwiz <wiz@pkgsrc.org>2003-03-10 23:02:18 +0000
commit269130fc554e5fc3fa9be996e7e630b95c68e0f9 (patch)
tree37b9eafa2bc9b510e7aed2ee79f9ec2498021691 /graphics/sodipodi/Makefile
parent21ae0a0fcd8c27f06f304a2278cda59dbe8a15fd (diff)
downloadpkgsrc-269130fc554e5fc3fa9be996e7e630b95c68e0f9.tar.gz
Update to 0.31. Changes:
0.31: A fix for an annoying bug that caused full screen to update instead of only the changed area, a new variable-size, Gaussian-distribution dropper tool, and a new commandline argument to make SVG icons default without recompiling. 0.30: Path corruption in node editing has been fixed. <mask>, <clipPath>, and <symbol> have been implemented. Viewport and alignments in <svg> have been implemented. Incorrectly interpreted rectangle corners have been fixed. The slideshow works again. 0.29: This release has been ported to the Gtk+ 2 widget set, removes the GNOME dependencies, makes gnome-print optional, and adds initial support for the Win32 environment.
Diffstat (limited to 'graphics/sodipodi/Makefile')
-rw-r--r--graphics/sodipodi/Makefile20
1 files changed, 7 insertions, 13 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index 0ac25390c07..f5f72c8bc11 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2003/01/30 17:57:45 salo Exp $
+# $NetBSD: Makefile,v 1.13 2003/03/10 23:02:18 wiz Exp $
#
-DISTNAME= sodipodi-0.28
+DISTNAME= sodipodi-0.31
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sodipodi/}
@@ -9,6 +9,8 @@ MAINTAINER= manu@netbsd.org
HOMEPAGE= http://www.gnome.org/gnome-office/sodipodi.shtml
COMMENT= Open source vector graphics drawing program using SVG as native format
+DEPENDS+= gnome2-dirs>=1.0:../../misc/gnome2-dirs
+
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
@@ -16,17 +18,9 @@ USE_GMAKE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
-PTHREAD_OPTS+= require
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
-.include "../../devel/bonobo/buildlink2.mk"
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../devel/gal/buildlink2.mk"
-.include "../../graphics/xpm/buildlink2.mk"
-.include "../../net/ORBit/buildlink2.mk"
-.include "../../print/gnome-print/buildlink2.mk"
-.include "../../textproc/libxml/buildlink2.mk"
-.include "../../x11/gnome-libs/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../graphics/libart2/buildlink2.mk"
+.include "../../print/libgnomeprintui/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"