diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-01-13 15:23:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-01-13 15:23:44 +0000 |
commit | a5643321bab8ede5355e4df4fa31d0786f72c7ce (patch) | |
tree | 2ded4194389eacb36bddcbcae491881f07b5a6ff /textproc | |
parent | - update to 4.4.4 (diff) |
- fix build for new "versioned" rubygem
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-syntax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rubygem-syntax/Makefile b/textproc/rubygem-syntax/Makefile index ff7dfcc35b87..38d37cfea007 100644 --- a/textproc/rubygem-syntax/Makefile +++ b/textproc/rubygem-syntax/Makefile @@ -37,7 +37,7 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" \ SPEC_DIR="${GEMS_BASE_DIR}/specifications" \ PORT="${PORTNAME}-${PORTVERSION}" -RUBYGEMBIN= ${LOCALBASE}/bin/gem +RUBYGEMBIN= ${LOCALBASE}/bin/gem18 do-build: cd ${WRKSRC} && ${RUBYGEMBIN} build syntax.gemspec |