summaryrefslogtreecommitdiff
path: root/misc/raspberrypi-userland
diff options
context:
space:
mode:
authorjun <jun@pkgsrc.org>2013-11-10 04:56:04 +0000
committerjun <jun@pkgsrc.org>2013-11-10 04:56:04 +0000
commit1ecb858f052f17f96ad378c5e49a54954d8ac5c7 (patch)
treee493417f5e258c524527c46fac56f86a977976df /misc/raspberrypi-userland
parente4150fdb25dd112cb014f07809a8d597d64d6a27 (diff)
downloadpkgsrc-1ecb858f052f17f96ad378c5e49a54954d8ac5c7.tar.gz
support earmhf.
ONLY_FOR_PLATFORM= NetBSD-*-*arm* oked by jmcneill.
Diffstat (limited to 'misc/raspberrypi-userland')
-rw-r--r--misc/raspberrypi-userland/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile
index 1b889d07e2e..3a0627afd78 100644
--- a/misc/raspberrypi-userland/Makefile
+++ b/misc/raspberrypi-userland/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/08/06 10:05:39 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2013/11/10 04:56:04 jun Exp $
#
DISTNAME= raspberrypi-userland-20130803
@@ -10,7 +10,7 @@ HOMEPAGE= http://github.com/jaredmcneill/userland
COMMENT= Various libraries for the Raspberry Pi
LICENSE= modified-bsd
-ONLY_FOR_PLATFORM= NetBSD-*-*arm
+ONLY_FOR_PLATFORM= NetBSD-*-*arm*
USE_LANGUAGES= c c++