diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-05 08:21:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-05 08:21:33 +0800 |
commit | 7665650735a29c1867d9b1ffeef41c9ae4a0af9e (patch) | |
tree | f79036f14b0ff3305a15713e847f795d42eb85d2 /x11 | |
parent | db25306b43674fc570b7ee698718e397ff4c98d6 (diff) | |
download | freebsd-ports-gnome-7665650735a29c1867d9b1ffeef41c9ae4a0af9e.tar.gz freebsd-ports-gnome-7665650735a29c1867d9b1ffeef41c9ae4a0af9e.tar.zst freebsd-ports-gnome-7665650735a29c1867d9b1ffeef41c9ae4a0af9e.zip |
Add a dependency on gnotime.
Obtained from: http://5toe.lyrical.net/?action=packages&category=office
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 1e7d3d3ad928..d6d67c6e3abc 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome2-fifth-toe PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -41,7 +42,8 @@ RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \ galeon:${PORTSDIR}/www/galeon2 \ gswitchit-properties-capplet:${PORTSDIR}/x11/gswitchit \ seahorse:${PORTSDIR}/security/seahorse \ - workrave:${PORTSDIR}/x11/workrave + workrave:${PORTSDIR}/x11/workrave \ + gnotime:${PORTSDIR}/deskutils/gnotime .if !defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD) RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem |