summaryrefslogtreecommitdiff
path: root/graphics/dia
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/dia
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/dia')
-rw-r--r--graphics/dia/Makefile3
-rw-r--r--graphics/dia/options.mk3
2 files changed, 2 insertions, 4 deletions
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"