diff options
-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 |