diff options
author | trevor <trevor@FreeBSD.org> | 2003-10-12 13:12:46 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-10-12 13:12:46 +0800 |
commit | 5c057ff02c145fde8135c5f8a27773686988d437 (patch) | |
tree | 7cf512b8e5e8b24a23245b25560750c8b7d27603 /net | |
parent | 27f61286c8a428e3ef1281efed6ce5b70044732d (diff) | |
download | freebsd-ports-gnome-5c057ff02c145fde8135c5f8a27773686988d437.tar.gz freebsd-ports-gnome-5c057ff02c145fde8135c5f8a27773686988d437.tar.zst freebsd-ports-gnome-5c057ff02c145fde8135c5f8a27773686988d437.zip |
says bento, "svgalib-1.4.3 is only for i386"
Diffstat (limited to 'net')
-rw-r--r-- | net/svnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/svnc/Makefile b/net/svnc/Makefile index 6f051ffe7b8e..e052a41af16d 100644 --- a/net/svnc/Makefile +++ b/net/svnc/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib DOCFILES= README DOCDIR= share/doc/${PORTNAME}/ - +ONLY_FOR_ARCHS= i386 PLIST= ${WRKDIR}/pkg-plist WRKSRC= ${WRKDIR}/svncviewer |