diff options
author | wiz <wiz> | 2005-03-07 14:54:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-07 14:54:40 +0000 |
commit | a3d49c7849d58e7e9a934f3c5a70b25aaf8362b8 (patch) | |
tree | a18f54bc33db26771cf6425b11b6e6d0a553499e /devel/libffi/Makefile | |
parent | 2788ec9a00d1b727347660403db34a1a7beba0fb (diff) | |
download | pkgsrc-a3d49c7849d58e7e9a934f3c5a70b25aaf8362b8.tar.gz |
Use gcc-3.3.5 tarball. Very minor changes. Bump PKGREVISION.
Adapt patch-aa to include (currently untested) powerpc support.
Diffstat (limited to 'devel/libffi/Makefile')
-rw-r--r-- | devel/libffi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index a007e8f4788..c0a2f74f832 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2004/10/03 00:13:29 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/03/07 14:54:40 wiz Exp $ -DISTNAME= gcc-3.3 +DISTNAME= gcc-3.3.5 PKGNAME= libffi-2.0beta -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-3.3/} +MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-3.3.5/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org |