diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-15 16:15:55 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-15 16:15:55 +0000 |
commit | 82f779a5b4d0d2748aeb598f0745ee42fb24dc8c (patch) | |
tree | 1d648717b6f8fe4d6cf0eb9900323cb1ff3d5cbd /x11 | |
parent | dd7692424c528df90df0546acdb82cf29d3964a9 (diff) | |
download | pkgsrc-82f779a5b4d0d2748aeb598f0745ee42fb24dc8c.tar.gz |
Fix DEPENDS on gnome2-dirs.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-control-center/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2-control-center/Makefile b/x11/gnome2-control-center/Makefile index 83b23984224..ce10c97934a 100644 --- a/x11/gnome2-control-center/Makefile +++ b/x11/gnome2-control-center/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/02/14 21:03:40 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2003/02/15 16:15:55 jmmv Exp $ # DISTNAME= control-center-2.2.0.1 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 configuration utility BUILD_USES_MSGFMT= yes -DEPENDS= gnome2-dirs>=1.0:../../gnome2-dirs +DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs GNU_CONFIGURE= yes USE_BUILDLINK2= yes |