diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-20 02:14:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-20 02:14:33 +0000 |
commit | 955e746d88902823140fb851311ff67f0be57d5c (patch) | |
tree | 8c36fce536acf85cd92e269ef55251b35058283a /x11/gnome2 | |
parent | New port: IMCom command-line Jabber client (diff) |
Correct a big typo. gnome2 should depend on nautilus2, not nautilus.
Notes
Notes:
svn path=/head/; revision=73584
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index a7fe596b39c8..ffb4482c48f7 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome2 PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -30,7 +31,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ yelp:${PORTSDIR}/x11/yelp \ gdm:${PORTSDIR}/x11/gdm2 \ ${X11BASE}/share/themes/Metal/gtk-2.0/gtkrc:${PORTSDIR}/x11-toolkits/gtk-engines2 \ - nautilus:${PORTSDIR}/x11-fm/nautilus \ + nautilus:${PORTSDIR}/x11-fm/nautilus2 \ screensaver-properties-capplet:${PORTSDIR}/x11/xscreensaver-gnome \ ${X11BASE}/libdata/pkgconfig/libgail-gnome.pc:${PORTSDIR}/x11-toolkits/libgail-gnome \ ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 \ |