diff options
author | sbd <sbd@pkgsrc.org> | 2011-11-16 08:23:48 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-11-16 08:23:48 +0000 |
commit | 37074a11321c72e0865faefd28d9697e2f011e14 (patch) | |
tree | b2a9644f9197018943fb0caede90dff789acf0d3 /emulators | |
parent | bb89b9c199b076771c1d1575dffdeca0332e37a6 (diff) | |
download | pkgsrc-37074a11321c72e0865faefd28d9697e2f011e14.tar.gz |
Add missing devel/readline buildlinks.
Bump PKGREVISIONs
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/or1ksim/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/or1ksim/Makefile b/emulators/or1ksim/Makefile index eb99e9026ae..43e3b0928fb 100644 --- a/emulators/or1ksim/Makefile +++ b/emulators/or1ksim/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:18 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/11/16 08:23:48 sbd Exp $ # DISTNAME= or1ksim-0.2.0rc2 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.opencores.org/projects.cgi/web/or1k/ @@ -14,4 +15,5 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes CONFIGURE_ARGS+= --target=or32 +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |