diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-19 22:36:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-19 22:36:14 +0000 |
commit | f08d6a13a2986fbcfcbbe6f438781357372fb6ce (patch) | |
tree | e509e552b83d5de3693a03c1e8d0313252602773 /x11 | |
parent | 74a05dfa3b77bb807b4ecacdc9572db8b500a54f (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 96d94061c599..9c275b8d8452 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -88,7 +88,7 @@ RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \ epiphany:${PORTSDIR}/www/epiphany .endif .if ${.CURDIR:T}!="gnome2-lite" -.if ${ARCH} == "i386" || ${ARCH} == "amd64" +.if ${ARCH} == "i386" RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy .endif .if ${OSVERSION}>=600000 |