diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-22 15:37:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-22 15:37:09 +0800 |
commit | 0187c8b44835587a9f349c37a7c180953da3be06 (patch) | |
tree | 34bc12df7ec0f02a800f322ba47a0bc55eccd0fa /x11 | |
parent | f2a0180214c8dd010411da8123d598fe4cdd117a (diff) | |
download | freebsd-ports-gnome-0187c8b44835587a9f349c37a7c180953da3be06.tar.gz freebsd-ports-gnome-0187c8b44835587a9f349c37a7c180953da3be06.tar.zst freebsd-ports-gnome-0187c8b44835587a9f349c37a7c180953da3be06.zip |
Add long-lost gfax to the Fifth Toe.
PR: 34103
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-fifth-toe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-fifth-toe/Makefile b/x11/gnome-fifth-toe/Makefile index 55c134af9e82..66b243774500 100644 --- a/x11/gnome-fifth-toe/Makefile +++ b/x11/gnome-fifth-toe/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-fifth-toe PORTVERSION= 1.4.1b2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -36,7 +36,8 @@ RUN_DEPENDS= gabber:${PORTSDIR}/net/gabber \ anjuta:${PORTSDIR}/devel/anjuta \ guppi-gnumeric:${PORTSDIR}/math/guppi \ gnomoku:${PORTSDIR}/games/gnomoku \ - evolution:${PORTSDIR}/mail/evolution + evolution:${PORTSDIR}/mail/evolution \ + gfax:${PORTSDIR}/comms/gfax # We're still missing a few things from the "official" distribution # All can be found in stable/sources on MASTER_SITE_GNOME |