summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjun <jun>2013-11-10 04:56:04 +0000
committerjun <jun>2013-11-10 04:56:04 +0000
commit8210535c256d1d059ee9a51f5fe309110439bcdc (patch)
treee493417f5e258c524527c46fac56f86a977976df /misc
parent121f4667c4a73e829a1a2d09e28c5ec04c80dcbf (diff)
downloadpkgsrc-8210535c256d1d059ee9a51f5fe309110439bcdc.tar.gz
support earmhf.
ONLY_FOR_PLATFORM= NetBSD-*-*arm* oked by jmcneill.
Diffstat (limited to 'misc')
-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++