diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-09 16:02:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-09 16:02:01 +0000 |
commit | 2b2c011d66c1ecb9e432c68453c8aa6f27b3e1d3 (patch) | |
tree | debb79c810439a270e18513880f8ff34e9d40de1 /devel/ruby-intl/Makefile | |
parent | 184e973284f009d094ce61fcfe5d998662bb7169 (diff) |
- Fix build on 5.X and newer
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=140824
Diffstat (limited to 'devel/ruby-intl/Makefile')
-rw-r--r-- | devel/ruby-intl/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/ruby-intl/Makefile b/devel/ruby-intl/Makefile index 3677a1d31255..4cbb45a80d82 100644 --- a/devel/ruby-intl/Makefile +++ b/devel/ruby-intl/Makefile @@ -24,12 +24,6 @@ USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/${PORTNAME} INSTALL_TARGET= site-install -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not build on FreeBSD >= 5.x" -.endif - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR}/po/ @@ -40,4 +34,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.jp ${RUBY_MODDOCDIR}/ja/ .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |