diff options
Diffstat (limited to 'sysutils/rubygem-sys-admin/Makefile')
-rw-r--r-- | sysutils/rubygem-sys-admin/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/rubygem-sys-admin/Makefile b/sysutils/rubygem-sys-admin/Makefile index 2b85baa68d82..5303ffe250ff 100644 --- a/sysutils/rubygem-sys-admin/Makefile +++ b/sysutils/rubygem-sys-admin/Makefile @@ -15,8 +15,14 @@ COMMENT= Unified, cross platform replacement for the Etc module RUN_DEPENDS= rubygem-test-unit>=2.0.3:${PORTSDIR}/devel/rubygem-test-unit +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 900007 +BROKEN= umpt.h has been removed +.endif + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include <bsd.port.mk> +.include <bsd.port.post.mk> |