summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/or1ksim/Makefile4
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"