diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2013-08-05 18:47:48 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2013-08-05 18:47:48 +0000 |
commit | c0c2e4210217e0af4d321c530b386d096bd7d3e9 (patch) | |
tree | 096cc4e8d552b6672dbed80dc2edef9571b8eb8b /misc | |
parent | 69cc9bb18549919069e65ffb8d428c99161d7dcc (diff) | |
download | pkgsrc-c0c2e4210217e0af4d321c530b386d096bd7d3e9.tar.gz |
this package can be used on either NetBSD/arm or NetBSD/earm
Diffstat (limited to 'misc')
-rw-r--r-- | misc/raspberrypi-userland/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile index 65872a9d07e..0cbc80023ef 100644 --- a/misc/raspberrypi-userland/Makefile +++ b/misc/raspberrypi-userland/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/08/05 07:06:22 skrll Exp $ +# $NetBSD: Makefile,v 1.3 2013/08/05 18:47:48 jmcneill 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++ |