diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2011-11-04 14:16:38 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2011-11-04 14:16:38 +0000 |
commit | c801c7e43a0e47ca30d1da19b94ff8fd584a9692 (patch) | |
tree | 82afe37631e2bdc393206fb9a66c7c59cb4be459 /ports-mgmt | |
parent | 41cda1c0bcc9975231fd9e6a296eb906293f8616 (diff) | |
download | ports-c801c7e43a0e47ca30d1da19b94ff8fd584a9692.tar.gz ports-c801c7e43a0e47ca30d1da19b94ff8fd584a9692.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg_cleanup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/pkg_cleanup/Makefile b/ports-mgmt/pkg_cleanup/Makefile index d6c3e9d7111e..4281bd81cfc9 100644 --- a/ports-mgmt/pkg_cleanup/Makefile +++ b/ports-mgmt/pkg_cleanup/Makefile @@ -21,8 +21,8 @@ PLIST_FILES= sbin/pkg_cleanup .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 900000 -BROKEN= does not compile on FreeBSD 9.X +.if ${OSVERSION} >= 900000 && ${OSVERSION} < 900038 +IGNORE= requires r223289 or higher to compile .endif do-extract: |