diff options
Diffstat (limited to 'devel/libffi/Makefile')
-rw-r--r-- | devel/libffi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index 604c4d6bef5..907db1acb26 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.10 2009/04/17 22:45:52 rh Exp $ +# $NetBSD: Makefile,v 1.11 2009/05/26 12:27:12 he Exp $ # DISTNAME= libffi-3.0.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://sourceware.org/pub/libffi/ MAINTAINER= asau@inbox.ru HOMEPAGE= http://sources.redhat.com/libffi/ COMMENT= Foreign function interface +LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir |