diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-14 07:36:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-14 07:36:56 +0000 |
commit | 06a847d05a718e9d72ff6666a9f818c59f73c375 (patch) | |
tree | 6487cf4746bcdc4a225ae2ca7ad8b7e9b2d5e8cb /x11 | |
parent | 4e3c45e69034a321aba6ce4f392d898132bd580a (diff) | |
download | freebsd-ports-06a847d05a718e9d72ff6666a9f818c59f73c375.zip |
Add pkgview to the list.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 7a69849e7a7c..9b9645687652 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome2 PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -38,7 +38,8 @@ RUN_DEPENDS= ${X11BASE}/libexec/battstat-applet-2:${PORTSDIR}/x11/gnomeapplets2 nautilus-gtkhtml-view:${PORTSDIR}/www/nautilus-gtkhtml \ screensaver-properties-capplet:${PORTSDIR}/x11/xscreensaver-gnome \ ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 \ - ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio + ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio \ + pkgview:${PORTSDIR}/sysutils/pkgview NO_BUILD= yes |