diff options
Diffstat (limited to 'devel/ffcall/Makefile')
-rw-r--r-- | devel/ffcall/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 13a782638bd..dfba2205081 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 14:38:23 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/09 18:28:26 wiz Exp $ -DISTNAME= ffcall-1.8 +DISTNAME= ffcall-1.8d +PKGNAME= ffcall-1.8.4 CATEGORIES= devel -MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ \ - ftp://ftp.ilog.fr/pub/Users/haible/gnu/ +MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://clisp.cons.org/~haible/packages-ffcall.html @@ -14,5 +14,6 @@ COMMENT= ffcall - foreign function call libraries ONLY_FOR_PLATFORM= *-*-alpha *-*-arm *-*-i386 *-*-m68k *-*-sparc *-*-sparc64 GNU_CONFIGURE= yes +USE_BUILDLINK2= yes .include "../../mk/bsd.pkg.mk" |