diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-22 07:37:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-22 07:37:09 +0000 |
commit | 5e6f64d8c19574aee348eab895dca3ce15c5c0ae (patch) | |
tree | 808ed0fb87fa7c60668a25fecede0271ed72c9c6 /x11 | |
parent | Add gfax, a GTK+ front-end to hylafax. (diff) |
Add long-lost gfax to the Fifth Toe.
PR: 34103
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Notes
Notes:
svn path=/head/; revision=70735
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 |