aboutsummaryrefslogtreecommitdiff
path: root/japanese/tomoe
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2007-08-20 18:00:59 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2007-08-20 18:00:59 +0000
commit4166d2aa8a0e7455cc4b870d2300beccf087e3e4 (patch)
treed3fd220c5a7076c83079684931b85a447af52a3a /japanese/tomoe
parent29bb71911508ea5271f790f3f630787a201d2468 (diff)
downloadports-4166d2aa8a0e7455cc4b870d2300beccf087e3e4.tar.gz
ports-4166d2aa8a0e7455cc4b870d2300beccf087e3e4.zip
Require textproc/p5-XML-Parser for build.
Notes
Notes: svn path=/head/; revision=197987
Diffstat (limited to 'japanese/tomoe')
-rw-r--r--japanese/tomoe/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile
index 144986406857..2bfa2f9ecadc 100644
--- a/japanese/tomoe/Makefile
+++ b/japanese/tomoe/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tomoe
PORTVERSION= 0.6.0
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=tomoe
@@ -23,8 +23,10 @@ USE_GETTEXT= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_RUBY= yes
+USE_PERL5_BUILD=yes
-BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2
+BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \
+ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2
# We cannot use ${ARCH} nor ${UNAME} which are defined in bsd.port.mk, here.