summaryrefslogtreecommitdiff
path: root/lang/mpd
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2020-04-29 20:31:58 +0000
committermaya <maya@pkgsrc.org>2020-04-29 20:31:58 +0000
commit9f041210da182dd3ac663be22f0bddbd78ab5558 (patch)
tree286e44a9bf3eb55a9970064e9870ff7f9e9077fd /lang/mpd
parentebd5a718862063a1ab80e17bd02fa7c81df4b87f (diff)
downloadpkgsrc-9f041210da182dd3ac663be22f0bddbd78ab5558.tar.gz
mpd: avoid problematic netbsd version check (would fail for netbsd-10)
Diffstat (limited to 'lang/mpd')
-rw-r--r--lang/mpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mpd/Makefile b/lang/mpd/Makefile
index b3a89ef2ee2..564f1475f7d 100644
--- a/lang/mpd/Makefile
+++ b/lang/mpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/10/02 20:11:46 asau Exp $
+# $NetBSD: Makefile,v 1.18 2020/04/29 20:31:58 maya Exp $
#
DISTNAME= mpd.1.0.1
@@ -17,7 +17,7 @@ MAKE_JOBS_SAFE= no
CONFLICTS+= musicpd-[0-9]*
-ONLY_FOR_PLATFORM= NetBSD-[2-9]*-*
+ONLY_FOR_PLATFORM= NetBSD-*-*
NOT_FOR_PLATFORM= *-*-x86_64 # as per lang/sr