diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-26 18:22:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-26 18:22:33 +0000 |
commit | 99d556beb93617b39f782c2248be1f3ad4de6539 (patch) | |
tree | db81a5d1f9f51b375772765938ac870ae28847fc /graphics/ogle | |
parent | 035d4f69ad96485cfe38f788295fcf607f3a3ed7 (diff) | |
download | pkgsrc-99d556beb93617b39f782c2248be1f3ad4de6539.tar.gz |
Set ONLY_FOR_PLATFORM to point to new-toolchain-current/i386.
Diffstat (limited to 'graphics/ogle')
-rw-r--r-- | graphics/ogle/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ogle/Makefile b/graphics/ogle/Makefile index 6ae555207a3..4270bdb3bb0 100644 --- a/graphics/ogle/Makefile +++ b/graphics/ogle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/12/12 01:32:33 enami Exp $ +# $NetBSD: Makefile,v 1.4 2001/12/26 18:22:33 wiz Exp $ DISTNAME= ogle-0.8.2 CATEGORIES= graphics @@ -15,6 +15,8 @@ BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILDLINK_DEPENDS.libxml2= libxml2>=2.4.5 +ONLY_FOR_PLATFORM= NetBSD-1.5[Y-Z]*-i386 NetBSD-1.[6-9]*-i386 + CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" GNU_CONFIGURE= yes |