aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-transactionsimple
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-07-03 12:41:58 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-07-03 12:41:58 +0000
commitc0b071720112ce82feeca25b77d03bcd831e709a (patch)
tree81d1813fdd1591b721510871c46744b55c523154 /devel/rubygem-transactionsimple
parent05a4183e0b979a2e5f4a307da718136a1b04a64b (diff)
downloadports-c0b071720112ce82feeca25b77d03bcd831e709a.tar.gz
ports-c0b071720112ce82feeca25b77d03bcd831e709a.zip
Notes
Diffstat (limited to 'devel/rubygem-transactionsimple')
-rw-r--r--devel/rubygem-transactionsimple/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-transactionsimple/Makefile b/devel/rubygem-transactionsimple/Makefile
index 8e97e9315ba6..26b22175a95c 100644
--- a/devel/rubygem-transactionsimple/Makefile
+++ b/devel/rubygem-transactionsimple/Makefile
@@ -14,9 +14,10 @@ DISTNAME= transaction-simple-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Simple object transaction support
-BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/hoe-1.2.1.gemspec:${PORTSDIR}/devel/rubygem-hoe
+BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/hoe-${HOE_VERSION}.gemspec:${PORTSDIR}/devel/rubygem-hoe
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
+HOE_VERSION!= (cd ${PORTSDIR}/devel/rubygem-hoe && make -V PORTVERSION)
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>