diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-20 10:06:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-20 10:06:46 +0000 |
commit | fc1386bcebb935f243006398e98764fa54b7a45a (patch) | |
tree | 543476379871698cacefcb5d8c7a18995dc13d4a | |
parent | 1000a98d05f225abf8d10a956938ff3e54e1e43f (diff) | |
download | pkgsrc-fc1386bcebb935f243006398e98764fa54b7a45a.tar.gz |
Wants to link against -li386 -- mark as NetBSD-*-i386-only.
-rw-r--r-- | sysutils/855resolution/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/855resolution/Makefile b/sysutils/855resolution/Makefile index 5fc05766d60..03be96b380e 100644 --- a/sysutils/855resolution/Makefile +++ b/sysutils/855resolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2005/10/12 02:06:37 christos Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/20 10:06:46 wiz Exp $ # DISTNAME= 855resolution-0.4 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://perso.wanadoo.fr/apoirier/ COMMENT= BIOS VESA resolution utility for 855/865/915 Intel chips +ONLY_FOR_PLATFORM= NetBSD-*-i386 + WRKSRC= ${WRKDIR}/855resolution USE_TOOLS= gmake |