diff options
author | jmmv <jmmv> | 2004-04-14 16:15:20 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-04-14 16:15:20 +0000 |
commit | ff816c1c20fc8b173c1acb7c120607e6bc348db9 (patch) | |
tree | 3757535e0cffe141412b01910b7f14b0965825b2 /sysutils/gnome2-system-monitor | |
parent | 243e350edbc352e89b5021dd3fe7d7aa24a6c7de (diff) | |
download | pkgsrc-ff816c1c20fc8b173c1acb7c120607e6bc348db9.tar.gz |
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Diffstat (limited to 'sysutils/gnome2-system-monitor')
-rw-r--r-- | sysutils/gnome2-system-monitor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome2-system-monitor/Makefile b/sysutils/gnome2-system-monitor/Makefile index 08a8f0d4c56..4692802795b 100644 --- a/sysutils/gnome2-system-monitor/Makefile +++ b/sysutils/gnome2-system-monitor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/04/02 12:18:09 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/14 16:15:28 jmmv Exp $ # DISTNAME= gnome-system-monitor-2.6.0 @@ -11,10 +11,10 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME 2 system monitor program -DEPENDS= gnome2-dirs>=1.5:../../misc/gnome2-dirs BUILD_USES_MSGFMT= yes USE_BUILDLINK3= yes +USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make |