summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsbd <sbd>2011-11-16 08:23:48 +0000
committersbd <sbd>2011-11-16 08:23:48 +0000
commit6e0f7e078284ee712f8ed186462927d29fb7c793 (patch)
treeb2a9644f9197018943fb0caede90dff789acf0d3 /emulators
parent439ce61b994a68c203ca7f8cbb8d62db450442eb (diff)
downloadpkgsrc-6e0f7e078284ee712f8ed186462927d29fb7c793.tar.gz
Add missing devel/readline buildlinks.
Bump PKGREVISIONs
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"