1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Unbreak the port, USE_RUBY* needs to be above bsd.pre.mk

Submitted by:	Eric <freebsdports@chillibear.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2010-08-25 08:46:33 +00:00
parent d0f6b75a0a
commit 29741176a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259960

View File

@ -15,14 +15,14 @@ COMMENT= Unified, cross platform replacement for the Etc module
RUN_DEPENDS= rubygem-test-unit>=2.0.3:${PORTSDIR}/devel/rubygem-test-unit
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.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.post.mk>