diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-22 00:15:16 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-22 00:15:16 +0000 |
commit | 6cc7f9196cddc57742fef72c261b19baaf16eeb9 (patch) | |
tree | b24afb939b31bc09dd489950fca65053d9c571d0 /databases/rubygem-dm-transactions | |
parent | d0f6f31a06bed3cc32f4d254b4ca4a0b1652164e (diff) | |
download | ports-6cc7f9196cddc57742fef72c261b19baaf16eeb9.tar.gz ports-6cc7f9196cddc57742fef72c261b19baaf16eeb9.zip |
Notes
Diffstat (limited to 'databases/rubygem-dm-transactions')
-rw-r--r-- | databases/rubygem-dm-transactions/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/rubygem-dm-transactions/Makefile b/databases/rubygem-dm-transactions/Makefile index e3f5b69532b9..e3d95a7316fa 100644 --- a/databases/rubygem-dm-transactions/Makefile +++ b/databases/rubygem-dm-transactions/Makefile @@ -7,13 +7,14 @@ PORTNAME= dm-transactions PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Makes transaction support available for adapters that support them -RUN_DEPENDS= rubygem-dm-core>=1.0.1:${PORTSDIR}/databases/rubygem-dm-core +RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core USE_RUBY= yes USE_RUBYGEMS= yes |