diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 03:25:10 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 03:25:10 +0800 |
commit | 3ce7d09e6cb23f7c5b6ed1696276c8217b89b269 (patch) | |
tree | c83099a1416420b251b7dff34f02f34558b886bf /databases/rubygem-activerecord | |
parent | 9e6b05898aa0f314786d557f8d5442836ca2c060 (diff) | |
download | freebsd-ports-graphics-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.tar.gz freebsd-ports-graphics-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.tar.zst freebsd-ports-graphics-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.zip |
- GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest
PR: ports/147551
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav)
With Hat: ruby
Diffstat (limited to 'databases/rubygem-activerecord')
-rw-r--r-- | databases/rubygem-activerecord/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/rubygem-activerecord/Makefile b/databases/rubygem-activerecord/Makefile index 48137f44af2..70d67462df1 100644 --- a/databases/rubygem-activerecord/Makefile +++ b/databases/rubygem-activerecord/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Object-relational mapping layer for Rails MVC Framework -BUILD_DEPENDS= rubygem-activesupport>=2.3.4:${PORTSDIR}/devel/rubygem-activesupport -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-activesupport>=2.3.4:${PORTSDIR}/devel/rubygem-activesupport OPTIONS= NATIVE_MYSQL "Use native MySQL bindings" Off\ NATIVE_POSTGRESQL "Use native PostgreSQL bindings" Off\ |