diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-06-24 01:33:08 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-06-24 01:33:08 +0000 |
commit | 4dc03b76c0467eceb822bf4bfbde200b2b51f811 (patch) | |
tree | 83279326baced4dfbc0c0f0622345784ae8e49f3 /meta-pkgs/gnome | |
parent | f76be34707b2a883b6f5302a339652e6cca63173 (diff) | |
download | pkgsrc-4dc03b76c0467eceb822bf4bfbde200b2b51f811.tar.gz |
Fix accidental commenting of evolution and pan. Pointed out by tron.
Sorry.
Diffstat (limited to 'meta-pkgs/gnome')
-rw-r--r-- | meta-pkgs/gnome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/gnome/Makefile b/meta-pkgs/gnome/Makefile index df5654c07f4..ad56855d45c 100644 --- a/meta-pkgs/gnome/Makefile +++ b/meta-pkgs/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/06/02 01:18:19 jschauma Exp $ +# $NetBSD: Makefile,v 1.16 2003/06/24 01:33:08 jschauma Exp $ DISTNAME= gnome-1.4.2.1 PKGREVISION= 1 @@ -24,7 +24,7 @@ DEPENDS+= gnome-media>=1.2.3nb3:../../audio/gnome-media DEPENDS+= gnome-pim>=1.4.6:../../misc/gnome-pim DEPENDS+= gnome-users-guide>=1.2:../../x11/gnome-users-guide DEPENDS+= gnome-utils>=1.4.1.2:../../misc/gnome-utils -#DEPENDS+= evolution>=1.2.1:../../mail/evolution +DEPENDS+= evolution>=1.2.1:../../mail/evolution .if exists(/usr/include/wctype.h) DEPENDS+= gnumeric>=0.75nb5:../../math/gnumeric .else @@ -33,7 +33,7 @@ DEPENDS+= gnumeric>=0.75nb5:../../math/gnumeric0 DEPENDS+= gtk-->=1.2.10:../../x11/gtk-- DEPENDS+= gtk-engines>=0.12:../../x11/gtk-engines DEPENDS+= gtop>=1.0.13nb2:../../sysutils/gtop -#DEPENDS+= pan>=0.11.4nb2:../../news/pan +DEPENDS+= pan>=0.11.4nb2:../../news/pan DEPENDS+= xchat-gnome>=1.8.10nb3:../../chat/xchat-gnome USE_X11= yes |