summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAlexander Logvinov <avl@FreeBSD.org>2009-07-20 08:59:29 +0000
committerAlexander Logvinov <avl@FreeBSD.org>2009-07-20 08:59:29 +0000
commita18c7faf25bf22f318af376baef04c89a1ec574c (patch)
tree1ebd667251e330296c73e3ac5ec6f94c45beeb48 /www
parentUse "UTF-8" when "UTF8" is being used. (diff)
- Fix dependency on rubygem-bluecloth
Submitted by: QAT Approved by: miwi (co-mentor) Pointyhat to: avl
Notes
Notes: svn path=/head/; revision=238096
Diffstat (limited to 'www')
-rw-r--r--www/instiki/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/instiki/Makefile b/www/instiki/Makefile
index 2c800e91a75e..0e8856a7f6d5 100644
--- a/www/instiki/Makefile
+++ b/www/instiki/Makefile
@@ -7,7 +7,7 @@
PORTNAME= instiki
PORTVERSION= 0.13.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www ruby
MASTER_SITES= RF
#DISTNAME= ${PORTNAME}-0.12.0
@@ -41,7 +41,7 @@ RUBY_SHEBANG_FILES=instiki
REV= ${RUBY_VER}
GEMS_BASE_DIR= lib/ruby/gems/${REV}
SPEC_DIR= ${GEMS_BASE_DIR}/specifications
-BUILD_DEPENDS+= ${LOCALBASE}/${SPEC_DIR}/bluecloth-1.0.1.gemspec:${PORTSDIR}/www/rubygem-bluecloth
+BUILD_DEPENDS+= ${LOCALBASE}/${SPEC_DIR}/BlueCloth-1.0.1.gemspec:${PORTSDIR}/www/rubygem-bluecloth
EXTRA_PATCHES+= ${FILESDIR}/bluecloth-patch-lib-chunks-engines-rb
.endif