diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-02 06:29:56 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-02 06:29:56 +0800 |
commit | 6e9b12404cf7fdf5faded3975155809a84bdeb92 (patch) | |
tree | 43a555d6ab15b0d5d4b5e80b8ccb5a9e00f41f84 /x11 | |
parent | 3b9f07012a4bcb21ea07d3b9e96058ae354eeaff (diff) | |
download | freebsd-ports-gnome-6e9b12404cf7fdf5faded3975155809a84bdeb92.tar.gz freebsd-ports-gnome-6e9b12404cf7fdf5faded3975155809a84bdeb92.tar.zst freebsd-ports-gnome-6e9b12404cf7fdf5faded3975155809a84bdeb92.zip |
Add a dependency on gurlchecker.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index 42aeb0e07ad7..832b6852d59f 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome2-fifth-toe PORTVERSION= 2.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -48,7 +48,8 @@ RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \ streamtuner:${PORTSDIR}/audio/streamtuner \ gok:${PORTSDIR}/sysutils/gok \ meld:${PORTSDIR}/textproc/meld \ - gcompris:${PORTSDIR}/games/gcompris2 + gcompris:${PORTSDIR}/games/gcompris2 \ + gurlchecker:${PORTSDIR}/www/gurlchecker NO_BUILD= yes |