diff options
-rw-r--r-- | devel/ffcall/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 185571e5aa6..15fa44068e3 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/08/26 19:54:15 proff Exp $ +# $NetBSD: Makefile,v 1.2 2000/07/24 21:39:14 dmcmahill Exp $ DISTNAME= ffcall-1.6 CATEGORIES= devel @@ -7,6 +7,10 @@ MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://clisp.cons.org/~haible/packages-ffcall.html +# the file ${WRKDIR}/ffcall-1.6/avcall/avcall-${MACHINE_ARCH}.c needs to +# be added for additional port support. +ONLY_FOR_PLATFORM= *-*-alpha *-*-arm *-*-i386 *-*-m68k *-*-sparc *-*-sparc64 + GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |