diff options
author | tron <tron@pkgsrc.org> | 1999-07-08 01:41:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-08 01:41:11 +0000 |
commit | 8f6f1edede20ff90fd4fbf51581e5a2f89fc25ab (patch) | |
tree | 2783ec7e21fea996efdf43dd0f298ebfb0c08028 /misc/gnome-pim | |
parent | e7edf60010a341867aadbc29cd2ed00ba635e4e1 (diff) | |
download | pkgsrc-8f6f1edede20ff90fd4fbf51581e5a2f89fc25ab.tar.gz |
Fix incorrect directory name in dependence.
Diffstat (limited to 'misc/gnome-pim')
-rw-r--r-- | misc/gnome-pim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index cfbee28eca1..6481c6832fa 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/07/08 01:40:14 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/07/08 01:41:11 tron Exp $ # DISTNAME= gnome-pim-1.0.7 @@ -20,7 +20,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison -DEPENDS+= gnome-core-1.0.5:../../x11/gnome-libs +DEPENDS+= gnome-core-1.0.5:../../x11/gnome-core GNU_CONFIGURE= YES USE_X11BASE= YES |