- Allow build on NetBSD 5.99.65 and later.
- Correct CATEGORIES from textproc to devel.
This commit is contained in:
parent
4c593cdd59
commit
a16e7a9e0a
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2011/09/16 05:34:31 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2012/02/14 12:23:58 taca Exp $
|
||||
|
||||
DISTNAME= posix-spawn-0.3.6
|
||||
CATEGORIES= textproc
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/github/albino
|
||||
|
@ -9,7 +9,7 @@ COMMENT= Ruby wrapper for the Pygments syntax highlighter
|
|||
|
||||
LICENSE= mit
|
||||
|
||||
NOT_FOR_PLATFORM= NetBSD-*-*
|
||||
NOT_FOR_PLATFORM= NetBSD-[0-4]*-* NetBSD-5.99.[0-5]?-* NetBSD-5.99.6[0-4]-*
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue