diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-03 18:50:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-03 18:50:35 +0000 |
commit | 2d821624f8129a79b044c302b2f5cee07200b8d9 (patch) | |
tree | 96965ec656ef80110f23b8c1982dbe7700b2d4fe /sysutils/bsdconfig | |
parent | 6480ce45df7152ecac82b9eec8289406322d58f9 (diff) | |
download | ports-2d821624f8129a79b044c302b2f5cee07200b8d9.tar.gz ports-2d821624f8129a79b044c302b2f5cee07200b8d9.zip |
Notes
Diffstat (limited to 'sysutils/bsdconfig')
-rw-r--r-- | sysutils/bsdconfig/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/bsdconfig/Makefile b/sysutils/bsdconfig/Makefile index a32a0568b485..30c01700896e 100644 --- a/sysutils/bsdconfig/Makefile +++ b/sysutils/bsdconfig/Makefile @@ -32,12 +32,8 @@ OPTIONS_DEFINE= EXAMPLES .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD -. if ${OSVERSION} < 900030 -IGNORE= requires FreeBSD 9.0 or later -. endif -.else -IGNORE= is a FreeBSD-specific port +.if ${OPSYS} != FreeBSD +IGNORE= is a FreeBSD-specific port .endif post-patch: |