diff options
author | ume <ume@FreeBSD.org> | 2007-08-21 02:00:59 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-08-21 02:00:59 +0800 |
commit | 2376d0a45874c73acd0b703f7b59c0f55c96f3fa (patch) | |
tree | 9af245cd6b8dfde05ae0b9d23165f515285e7490 /japanese/tomoe | |
parent | a754e577220eb9ec3b9efcf32d8005f66eb8058c (diff) | |
download | freebsd-ports-gnome-2376d0a45874c73acd0b703f7b59c0f55c96f3fa.tar.gz freebsd-ports-gnome-2376d0a45874c73acd0b703f7b59c0f55c96f3fa.tar.zst freebsd-ports-gnome-2376d0a45874c73acd0b703f7b59c0f55c96f3fa.zip |
Require textproc/p5-XML-Parser for build.
Diffstat (limited to 'japanese/tomoe')
-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. |