diff options
author | rh <rh@pkgsrc.org> | 2009-04-17 22:45:52 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2009-04-17 22:45:52 +0000 |
commit | c16b22972d9fc296223b757c423c5e1972479c0a (patch) | |
tree | f8056e6a0327c25528f5a720890333e495318d57 /devel/libffi/Makefile | |
parent | 80c142ae8e1fcce5b487665e3b51057d150a6bd1 (diff) | |
download | pkgsrc-c16b22972d9fc296223b757c423c5e1972479c0a.tar.gz |
Attempt to make this build on NetBSD/powerpc. While at it, correctly set
INFO_FILES to 'yes'. Bump PKGREVISION.
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 89cf6e91d14..604c4d6bef5 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2009/02/21 15:51:35 asau Exp $ +# $NetBSD: Makefile,v 1.10 2009/04/17 22:45:52 rh Exp $ # DISTNAME= libffi-3.0.8 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://sourceware.org/pub/libffi/ @@ -16,7 +17,7 @@ CONFIGURE_ARGS= --includedir=${PREFIX}/include USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ -INFO_FILES= # PLIST +INFO_FILES= yes PKGCONFIG_OVERRIDE+= libffi.pc.in |