diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-02 13:08:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-02 13:08:06 +0800 |
commit | 0502394d7a8c54d07b4411acb3c4ff9e39b7f1a9 (patch) | |
tree | 66888e3b28b6132e65fc806700dd0fa07bdd9945 /x11 | |
parent | 2d07fe122c033b5adc46622b8f69fc99b9d64c39 (diff) | |
download | freebsd-ports-gnome-0502394d7a8c54d07b4411acb3c4ff9e39b7f1a9.tar.gz freebsd-ports-gnome-0502394d7a8c54d07b4411acb3c4ff9e39b7f1a9.tar.zst freebsd-ports-gnome-0502394d7a8c54d07b4411acb3c4ff9e39b7f1a9.zip |
Add zenity and tsclient.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index 3034fd12a2fe..41e7abed5141 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome2-fifth-toe PORTVERSION= 2.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -39,6 +39,8 @@ RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \ sawfish:${PORTSDIR}/x11-wm/sawfish2 \ mrproject:${PORTSDIR}/deskutils/mrproject \ ${X11BASE}/libexec/stickynotes_applet:${PORTSDIR}/misc/stickynotes_applet \ + tsclient:${PORTSDIR}/net/tsclient \ + zenity:${PORTSDIR}/x11/zenity \ galeon:${PORTSDIR}/www/galeon2 NO_BUILD= yes |