diff options
author | pav <pav@FreeBSD.org> | 2007-03-20 06:36:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-20 06:36:14 +0800 |
commit | 3f907e766b988c3d5f625e6dd8b1157ad8f30570 (patch) | |
tree | 307c22aef7ec4b499bef191a19692d0a8ff9a486 /x11 | |
parent | 6453d5da1e567235bcf8a02722bfa78238399992 (diff) | |
download | freebsd-ports-gnome-3f907e766b988c3d5f625e6dd8b1157ad8f30570.tar.gz freebsd-ports-gnome-3f907e766b988c3d5f625e6dd8b1157ad8f30570.tar.zst freebsd-ports-gnome-3f907e766b988c3d5f625e6dd8b1157ad8f30570.zip |
- Limit tomboy to i386 again
Reported by: nox
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 |