diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-20 18:00:59 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-20 18:00:59 +0000 |
commit | 4166d2aa8a0e7455cc4b870d2300beccf087e3e4 (patch) | |
tree | d3fd220c5a7076c83079684931b85a447af52a3a /japanese | |
parent | 29bb71911508ea5271f790f3f630787a201d2468 (diff) | |
download | ports-4166d2aa8a0e7455cc4b870d2300beccf087e3e4.tar.gz ports-4166d2aa8a0e7455cc4b870d2300beccf087e3e4.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tomoe/Makefile | 6 |
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. |