diff options
author | joerg <joerg> | 2010-02-23 17:24:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-23 17:24:55 +0000 |
commit | f44b84f73ed93f27655355eae5516a71b0c3b16f (patch) | |
tree | af5e2d69e5803dc2dffe72c0ff1fecec6b1a30b2 /mk | |
parent | 4f46874bb878d5627560199519bc5a8d28ad7a6e (diff) | |
download | pkgsrc-f44b84f73ed93f27655355eae5516a71b0c3b16f.tar.gz |
Retire check for ONLY_FOR_ARCHS, NOT_FOR_ARCHS and NOT_FOR_OPSYS.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 301580fdc75..a2aa4940b05 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1965 2010/02/23 17:24:17 joerg Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1966 2010/02/23 17:24:55 joerg Exp $ # # This file is in the public domain. # @@ -140,11 +140,6 @@ PKG_FAIL_REASON+='CATEGORIES and DISTNAME are mandatory.' PKG_FAIL_REASON+='Please unset PKG_PATH before doing pkgsrc work!' .endif -.if defined(ONLY_FOR_ARCHS) || defined(NOT_FOR_ARCHS) \ - || defined(ONLY_FOR_OPSYS) || defined(NOT_FOR_OPSYS) -PKG_FAIL_REASON+='ONLY/NOT_FOR_ARCHS/OPSYS are deprecated and must be replaced with ONLY/NOT_FOR_PLATFORM.' -.endif - # Allow variables to be set on a per-OS basis OPSYSVARS+= CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS .for _var_ in ${OPSYSVARS:O} |