diff options
Diffstat (limited to 'databases/rubygem-activerecord/Makefile')
-rw-r--r-- | databases/rubygem-activerecord/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/rubygem-activerecord/Makefile b/databases/rubygem-activerecord/Makefile index 5ac44d0ee080..da19508e9afe 100644 --- a/databases/rubygem-activerecord/Makefile +++ b/databases/rubygem-activerecord/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= databases rubygems MASTER_SITES= RF MAINTAINER= pgollucci@FreeBSD.org COMMENT= Object-relational mapping layer for Rails MVC Framework -BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-2.3.2.gemspec:${PORTSDIR}/devel/rubygem-activesupport +BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-${PORTVERSION}.gemspec:${PORTSDIR}/devel/rubygem-activesupport RUN_DEPENDS= ${BUILD_DEPENDS} OPTIONS= NATIVE_MYSQL "Use native MySQL bindings" Off\ |