summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2009-07-22 09:01:16 +0000
committerwiz <wiz>2009-07-22 09:01:16 +0000
commit367462a4bdc61bb5858d63012ba893b1f0ec2a86 (patch)
treef31edaeb6360332619fa574baabd5871d646f682 /graphics
parent12a83a12dfe8401966bc9a6f4a05ab9f4033b74a (diff)
downloadpkgsrc-367462a4bdc61bb5858d63012ba893b1f0ec2a86.tar.gz
Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cheese/Makefile3
-rw-r--r--graphics/comix/Makefile3
-rw-r--r--graphics/denemo/Makefile3
-rw-r--r--graphics/dia/Makefile3
-rw-r--r--graphics/dia/options.mk3
-rw-r--r--graphics/digikam-doc/Makefile3
-rw-r--r--graphics/eog/Makefile3
-rw-r--r--graphics/f-spot/Makefile3
-rw-r--r--graphics/frameworks/Makefile3
-rw-r--r--graphics/g3d/Makefile3
-rw-r--r--graphics/geeqie/Makefile3
-rw-r--r--graphics/gimageview/Makefile3
-rw-r--r--graphics/gimmage/Makefile3
-rw-r--r--graphics/gimp-ufraw/Makefile3
-rw-r--r--graphics/gimp/Makefile3
-rw-r--r--graphics/gliv/Makefile3
-rw-r--r--graphics/gnome-backgrounds/Makefile3
-rw-r--r--graphics/gnome-icon-theme/Makefile3
-rw-r--r--graphics/gphoto/Makefile3
-rw-r--r--graphics/gqview-devel/Makefile3
-rw-r--r--graphics/gqview-gtk1/Makefile3
-rw-r--r--graphics/gqview/Makefile3
-rw-r--r--graphics/gthumb/Makefile3
-rw-r--r--graphics/gtkam/Makefile3
-rw-r--r--graphics/hicolor-icon-theme/Makefile3
-rw-r--r--graphics/icon-naming-utils/Makefile3
-rw-r--r--graphics/inkscape/Makefile3
-rw-r--r--graphics/librsvg/Makefile3
-rw-r--r--graphics/pornview/Makefile3
-rw-r--r--graphics/scigraphica/Makefile3
-rw-r--r--graphics/xdvipresent/Makefile3
31 files changed, 31 insertions, 62 deletions
diff --git a/graphics/cheese/Makefile b/graphics/cheese/Makefile
index 2f85e21117b..0eaed4b8227 100644
--- a/graphics/cheese/Makefile
+++ b/graphics/cheese/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/05/20 15:37:38 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2009/07/22 09:01:30 wiz Exp $
DISTNAME= cheese-2.26.2
CATEGORIES= graphics
@@ -23,7 +23,6 @@ DEPENDS+= gst-plugins0.10-v4l2>=0.10.10:../../multimedia/gst-plugins0.10-v4l2
.endif
GNU_CONFIGURE= yes
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= pkg-config perl intltool gmake msgfmt
USE_TOOLS+= autoconf automake autoreconf
USE_LIBTOOL= yes
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile
index 98f994c9f6c..05c9a6262dd 100644
--- a/graphics/comix/Makefile
+++ b/graphics/comix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2009/05/19 08:59:16 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2009/07/22 09:01:30 wiz Exp $
#
DISTNAME= comix-4.0.4
@@ -20,7 +20,6 @@ DEPENDS+= unrar-[0-9]*:../../archivers/unrar
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
.endif
-USE_DIRS+= xdg-1.3
MANCOMPRESSED= yes
SUBST_CLASSES+= install-path
diff --git a/graphics/denemo/Makefile b/graphics/denemo/Makefile
index a45cc115bfe..aeac1e002b5 100644
--- a/graphics/denemo/Makefile
+++ b/graphics/denemo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/07/14 12:56:05 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2009/07/22 09:01:30 wiz Exp $
#
DISTNAME= denemo-0.7.6
@@ -16,7 +16,6 @@ DEPENDS+= lilypond-[0-9]*:../../print/lilypond
BROKEN_IN= pkgsrc-2006Q4
GNU_CONFIGURE= YES
-USE_DIRS+= xdg-1.4
USE_TOOLS+= pkg-config
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile
index 03a8fc367e2..a4c6637c4dd 100644
--- a/graphics/dia/Makefile
+++ b/graphics/dia/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.51 2007/10/29 22:34:32 drochner Exp $
+# $NetBSD: Makefile,v 1.52 2009/07/22 09:01:31 wiz Exp $
#
.include "Makefile.common"
PKGREVISION= 2
-USE_DIRS+= xdg-1.1
.include "options.mk"
diff --git a/graphics/dia/options.mk b/graphics/dia/options.mk
index ba663cba612..9f3ce070a87 100644
--- a/graphics/dia/options.mk
+++ b/graphics/dia/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2008/04/12 22:43:01 jlam Exp $
+# $NetBSD: options.mk,v 1.7 2009/07/22 09:01:31 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dia
#PKG_SUPPORTED_OPTIONS= gnome cairo
@@ -10,7 +10,6 @@ PKG_SUGGESTED_OPTIONS= gnome
PLIST_VARS+= cairo gnome
.if !empty(PKG_OPTIONS:Mgnome)
-USE_DIRS+= gnome2-1.5
CONFIGURE_ARGS+= --enable-gnome
. include "../../devel/libgnome/buildlink3.mk"
. include "../../devel/libgnomeui/buildlink3.mk"
diff --git a/graphics/digikam-doc/Makefile b/graphics/digikam-doc/Makefile
index 5c66434f348..ccb9ff27b4d 100644
--- a/graphics/digikam-doc/Makefile
+++ b/graphics/digikam-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/02/20 19:49:35 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2009/07/22 09:01:31 wiz Exp $
DISTNAME= digikam-doc-0.9.5
CATEGORIES= graphics kde
@@ -11,7 +11,6 @@ COMMENT= Documentation for Digikam
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake perl
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
index 1aba7b59274..b6406f140c9 100644
--- a/graphics/eog/Makefile
+++ b/graphics/eog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2009/07/09 18:18:58 drochner Exp $
+# $NetBSD: Makefile,v 1.50 2009/07/22 09:01:31 wiz Exp $
#
DISTNAME= eog-2.26.3
@@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_TOOLS+= gmake intltool msgfmt pkg-config
-USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= yes
diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile
index 72820057fce..302f26c4a61 100644
--- a/graphics/f-spot/Makefile
+++ b/graphics/f-spot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/06/11 08:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2009/07/22 09:01:31 wiz Exp $
#
DISTNAME= f-spot-0.5.0.3
@@ -14,7 +14,6 @@ COMMENT= Full-featured personal photo management application
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool pkg-config bash:run msgfmt
-USE_DIRS+= gnome2-1.6
MAKE_JOBS_SAFE= no
diff --git a/graphics/frameworks/Makefile b/graphics/frameworks/Makefile
index 56b3ebbae02..68fc450fb4d 100644
--- a/graphics/frameworks/Makefile
+++ b/graphics/frameworks/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/01/10 21:48:51 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:31 wiz Exp $
#
DISTNAME= frameworks-0.3.7
@@ -13,7 +13,6 @@ COMMENT= Stop-motion animation frame capture software
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake autoconf
-USE_DIRS+= xdg-1.4
SUBST_CLASSES= xdg
SUBST_STAGE.xdg= pre-configure
diff --git a/graphics/g3d/Makefile b/graphics/g3d/Makefile
index 20b9e6256dd..465ae2e0b50 100644
--- a/graphics/g3d/Makefile
+++ b/graphics/g3d/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/06/20 01:09:21 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2009/07/22 09:01:31 wiz Exp $
#
DISTNAME= g3d-0.0.2
@@ -12,7 +12,6 @@ COMMENT= 3D modeller with a view of 3D modelling
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/g3d
-USE_DIRS+= xdg-1.1
USE_LIBTOOL= YES
USE_TOOLS+= gmake
USE_X11BASE= YES
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index 6bbbf24270f..918790fe4c4 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/03/09 12:18:28 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:31 wiz Exp $
#
DISTNAME= geeqie-1.0alpha3
@@ -13,7 +13,6 @@ GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_TOOLS= pkg-config gmake msgfmt
-USE_DIRS+= xdg-1.1
.include "../../graphics/exiv2/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index acb5e78e5e0..1b0bb3e7a76 100644
--- a/graphics/gimageview/Makefile
+++ b/graphics/gimageview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2009/02/25 01:17:01 joerg Exp $
+# $NetBSD: Makefile,v 1.58 2009/07/22 09:01:31 wiz Exp $
DISTNAME= gimageview-0.2.27
PKGREVISION= 15
@@ -11,7 +11,6 @@ COMMENT= GTK+ based image viewer with tabbed browsing
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile
index 7a34a15ac5e..e07f10afb93 100644
--- a/graphics/gimmage/Makefile
+++ b/graphics/gimmage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 04:04:13 reed Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/22 09:01:32 wiz Exp $
#
DISTNAME= gimmage-0.2.3
@@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
INSTALLATION_DIRS= share/doc/gimmage
-USE_DIRS+= xdg-1.4
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile
index 1491aedf80b..77076a464c3 100644
--- a/graphics/gimp-ufraw/Makefile
+++ b/graphics/gimp-ufraw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2009/01/07 01:43:49 gdt Exp $
+# $NetBSD: Makefile,v 1.53 2009/07/22 09:01:32 wiz Exp $
DISTNAME= ufraw-0.15
PKGNAME= gimp-${DISTNAME}
@@ -16,7 +16,6 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config msgfmt
USE_TOOLS+= perl:run pod2man
-USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --enable-mime
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index ec4e54d1ef8..a4590fa3650 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.182 2009/07/07 10:48:53 obache Exp $
+# $NetBSD: Makefile,v 1.183 2009/07/22 09:01:32 wiz Exp $
DISTNAME= gimp-2.6.6
CATEGORIES= graphics
@@ -22,7 +22,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
-USE_DIRS+= xdg-1.1
PKG_SYSCONFSUBDIR= gimp/2.0
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile
index 9f027277065..41410ce2fa4 100644
--- a/graphics/gliv/Makefile
+++ b/graphics/gliv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2008/07/21 04:50:40 dholland Exp $
+# $NetBSD: Makefile,v 1.25 2009/07/22 09:01:32 wiz Exp $
DISTNAME= gliv-1.9.6
PKGREVISION= 1
@@ -12,7 +12,6 @@ COMMENT= OpenGL image viewer
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gawk gmake msgfmt pkg-config
GNU_CONFIGURE= yes
diff --git a/graphics/gnome-backgrounds/Makefile b/graphics/gnome-backgrounds/Makefile
index c506dd2d5ac..b6e872ea5c6 100644
--- a/graphics/gnome-backgrounds/Makefile
+++ b/graphics/gnome-backgrounds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2009/03/22 15:59:36 snj Exp $
+# $NetBSD: Makefile,v 1.26 2009/07/22 09:01:32 wiz Exp $
DISTNAME= gnome-backgrounds-2.24.1
CATEGORIES= graphics gnome
@@ -12,7 +12,6 @@ COMMENT= Set of background images for the GNOME Desktop
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
-USE_DIRS+= xdg-1.3
USE_TOOLS+= gmake intltool msgfmt
USE_LANGUAGES= c
USE_PKGLOCALEDIR= YES
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile
index 8aa9c41b818..4c93afc198f 100644
--- a/graphics/gnome-icon-theme/Makefile
+++ b/graphics/gnome-icon-theme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2009/03/17 00:12:08 jmcneill Exp $
+# $NetBSD: Makefile,v 1.64 2009/07/22 09:01:32 wiz Exp $
#
DISTNAME= gnome-icon-theme-2.26.0
@@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
NOT_FOR_BULK_PLATFORM= HPUX-*-*
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_PKGLOCALEDIR= yes
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile
index 8894bf027b9..71b4d3b8342 100644
--- a/graphics/gphoto/Makefile
+++ b/graphics/gphoto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2009/06/30 00:07:17 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2009/07/22 09:01:32 wiz Exp $
DISTNAME= gphoto-0.4.3
PKGREVISION= 9
@@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
-USE_DIRS+= gnome1-1.0
USE_X11BASE= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= yes
diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile
index af67a40780f..65efa991b27 100644
--- a/graphics/gqview-devel/Makefile
+++ b/graphics/gqview-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2008/06/20 01:09:22 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2009/07/22 09:01:32 wiz Exp $
DISTNAME= gqview-2.1.5
PKGREVISION= 1
@@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= msgfmt pkg-config
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/graphics/gqview-gtk1/Makefile b/graphics/gqview-gtk1/Makefile
index b752ea76f1f..a3ac4d72c92 100644
--- a/graphics/gqview-gtk1/Makefile
+++ b/graphics/gqview-gtk1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/06/20 01:09:22 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:32 wiz Exp $
DISTNAME= gqview-1.2.2
PKGREVISION= 4
@@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= msgfmt
-USE_DIRS+= xdg-1.1 gnome1-1.5
USE_PKGLOCALEDIR= yes
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index 4dfe0889638..0c1b9aaef77 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2008/11/24 22:19:09 tnn Exp $
+# $NetBSD: Makefile,v 1.67 2009/07/22 09:01:32 wiz Exp $
DISTNAME= gqview-2.0.4
CATEGORIES= graphics x11
@@ -12,7 +12,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= msgfmt pkg-config
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
LIBS+= -lm
LIBS.SunOS+= -lsocket
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile
index c7c48c7d0ce..7778f578eaa 100644
--- a/graphics/gthumb/Makefile
+++ b/graphics/gthumb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2009/04/07 11:43:57 drochner Exp $
+# $NetBSD: Makefile,v 1.44 2009/07/22 09:01:33 wiz Exp $
DISTNAME= gthumb-2.10.11
CATEGORIES= graphics
@@ -11,7 +11,6 @@ COMMENT= Image viewer and browser for the GNOME Desktop
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= intltool msgfmt pkg-config gmake
-USE_DIRS+= xdg-1.1 gnome2-1.5
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile
index e924727384a..3dfe1c424d8 100644
--- a/graphics/gtkam/Makefile
+++ b/graphics/gtkam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2009/03/08 15:56:46 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2009/07/22 09:01:33 wiz Exp $
#
DISTNAME= gtkam-0.1.16
@@ -12,7 +12,6 @@ COMMENT= Digital camera access graphical client (GTK2)
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= gnome2-1.5
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= intltool pkg-config perl msgfmt
diff --git a/graphics/hicolor-icon-theme/Makefile b/graphics/hicolor-icon-theme/Makefile
index d62990ee1f6..86e7b5dc2df 100644
--- a/graphics/hicolor-icon-theme/Makefile
+++ b/graphics/hicolor-icon-theme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/04/30 13:38:15 jmmv Exp $
+# $NetBSD: Makefile,v 1.16 2009/07/22 09:01:33 wiz Exp $
#
DISTNAME= hicolor-icon-theme-0.10
@@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
NO_BUILD= YES
-USE_DIRS+= xdg-1.1
USE_LANGUAGES= # none, not even C
USE_TOOLS+= gmake
diff --git a/graphics/icon-naming-utils/Makefile b/graphics/icon-naming-utils/Makefile
index c563367fcd6..28d77508547 100644
--- a/graphics/icon-naming-utils/Makefile
+++ b/graphics/icon-naming-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/02/22 15:48:11 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2009/07/22 09:01:33 wiz Exp $
#
DISTNAME= icon-naming-utils-0.8.90
@@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-XML-Simple>=2.14:../../textproc/p5-XML-Simple
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.4
USE_LANGUAGES= # none, not even C
USE_TOOLS+= gmake intltool perl:run
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 33709441205..1d6d39a322d 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2009/06/04 00:05:19 reed Exp $
+# $NetBSD: Makefile,v 1.42 2009/07/22 09:01:33 wiz Exp $
DISTNAME= inkscape-0.46
PKGREVISION= 4
@@ -17,7 +17,6 @@ BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
.endif
GCC_REQD+= 3.0
-USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile
index 9e227963341..2f0f6cbf2fa 100644
--- a/graphics/librsvg/Makefile
+++ b/graphics/librsvg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2009/03/17 21:19:50 jmcneill Exp $
+# $NetBSD: Makefile,v 1.37 2009/07/22 09:01:33 wiz Exp $
DISTNAME= librsvg-2.26.0
CATEGORIES= graphics gnome
@@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= librsvg2-gtk-[0-9]* librsvg2-[0-9]*
MAKE_JOBS_SAFE= NO
-USE_DIRS+= xdg-1.1
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c c++
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile
index 16d4e29d39d..06f2c3d4943 100644
--- a/graphics/pornview/Makefile
+++ b/graphics/pornview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/01/09 10:27:17 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:33 wiz Exp $
#
PKGNAME= pornview-0.2.0pre1
@@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/pornview-0.2.0pre1
GNU_CONFIGURE= yes
-USE_DIRS+= gnome2-1.5
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile
index 5d274ed7cab..e85643248d3 100644
--- a/graphics/scigraphica/Makefile
+++ b/graphics/scigraphica/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2009/02/09 22:56:24 joerg Exp $
+# $NetBSD: Makefile,v 1.45 2009/07/22 09:01:33 wiz Exp $
#
DISTNAME= scigraphica-2.1.0
@@ -10,7 +10,6 @@ MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://scigraphica.sourceforge.net/
COMMENT= Data analysis and technical graphics
-USE_DIRS+= gnome1-1.5
USE_TOOLS+= gmake intltool pkg-config
USE_GNU_READLINE= YES
diff --git a/graphics/xdvipresent/Makefile b/graphics/xdvipresent/Makefile
index 1d0d3ef1ff8..698cf6a2aa9 100644
--- a/graphics/xdvipresent/Makefile
+++ b/graphics/xdvipresent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2009/03/17 21:40:46 darcy Exp $
+# $NetBSD: Makefile,v 1.21 2009/07/22 09:01:33 wiz Exp $
#
DISTNAME= xdvipresent-0.6p14
@@ -18,7 +18,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/xdvipresent
NO_BUILD= yes
NO_CONFIGURE= yes
-USE_DIRS+= texmf-1.0
STYDIR= ${PKG_LOCALTEXMFPREFIX}/tex/latex/xdvipresent
EXAMPLES_DIR= ${PREFIX}/share/examples/xdvipresent