diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-25 08:46:33 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-25 08:46:33 +0000 |
| commit | 29741176a4116adb92d3beb3e0884a8f24716d2f (patch) | |
| tree | 3f6463800bb85d73a621c61a050b3525fb309906 /sysutils/rubygem-sys-admin/Makefile | |
| parent | - Update to 1.9.1 (diff) | |
- Unbreak the port, USE_RUBY* needs to be above bsd.pre.mk
Submitted by: Eric <freebsdports@chillibear.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=259960
Diffstat (limited to 'sysutils/rubygem-sys-admin/Makefile')
| -rw-r--r-- | sysutils/rubygem-sys-admin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/rubygem-sys-admin/Makefile b/sysutils/rubygem-sys-admin/Makefile index 5303ffe250ff..916587860056 100644 --- a/sysutils/rubygem-sys-admin/Makefile +++ b/sysutils/rubygem-sys-admin/Makefile @@ -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> |
