diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-16 17:57:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-16 17:57:32 +0000 |
commit | cff62413b9b2145afef2bd114c6a8c8d372591b5 (patch) | |
tree | eaff472addeafb75ee2e3aece7f78b3be2f2905b /graphics/inkscape | |
parent | f3135247bc9d5de50639c460a71774134450efc5 (diff) |
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 5 | ||||
-rw-r--r-- | graphics/inkscape/pkg-plist | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index c1e64652efd2..8ed9bc7b4071 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -7,7 +7,7 @@ PORTNAME= inkscape PORTVERSION= 0.38.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +21,8 @@ RUN_DEPENDS= ${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack lthack intlhack libglade2 libartlgpl2 libgnomeprintui +USE_GNOME= gnomeprefix gnomehack lthack intlhack libglade2 libartlgpl2 \ + desktopfileutils libgnomeprintui USE_REINPLACE= yes USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-popt \ diff --git a/graphics/inkscape/pkg-plist b/graphics/inkscape/pkg-plist index cb6231cdd2a5..d4d90c29958c 100644 --- a/graphics/inkscape/pkg-plist +++ b/graphics/inkscape/pkg-plist @@ -7,6 +7,7 @@ lib/inkscape/extensions/roundhole lib/inkscape/extensions/svg_dropshadow lib/inkscape/extensions/txt2svg.pl share/gnome/applications/inkscape.desktop +@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/inkscape/extensions/roundhole.xpm share/gnome/inkscape/icons/add.xpm share/gnome/inkscape/icons/add_xml_element_node.xpm @@ -231,3 +232,4 @@ share/locale/zh_CN/LC_MESSAGES/inkscape.mo @dirrm share/gnome/inkscape @dirrm lib/inkscape/extensions @dirrm lib/inkscape +@unexec update-desktop-database > /dev/null || /usr/bin/true |