diff options
author | obache <obache@pkgsrc.org> | 2014-03-02 09:36:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-02 09:36:56 +0000 |
commit | b66feeb610958edb081de471afa0f55a96d78143 (patch) | |
tree | 1400aa07b9b3fe97a74736f9270f2a80ed687a3d | |
parent | 95cea1dc77971559495f90d637ae62e4ec2977bd (diff) | |
download | pkgsrc-b66feeb610958edb081de471afa0f55a96d78143.tar.gz |
more EMUL_OPSYS supported in pkgsrc.
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 53a285a1c2a..36b41200312 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.245 2014/03/02 06:15:01 obache Exp $ +# $NetBSD: makevars.map,v 1.246 2014/03/02 09:36:56 obache Exp $ # # This file contains the guessed type of some variables, according to @@ -318,7 +318,7 @@ EMUL_ARCH { i386 none } [$system] EMUL_DISTRO Identifier [$system] EMUL_IS_NATIVE Yes [$system] EMUL_MODULES.* List of Identifier [$package] -EMUL_OPSYS { linux } [$system] +EMUL_OPSYS { freebsd hpux irix linux osf1 solaris sunos none } [$system] EMUL_PKG_FMT { plain rpm } [$package] EMUL_PLATFORM EmulPlatform [$user] EMUL_PLATFORMS List of EmulPlatform [$package] |