diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-04 01:23:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-04 01:23:00 +0800 |
commit | 35798ac1a7fe3a39cae5d2c600de2b35643d4204 (patch) | |
tree | ff8657b8c3d2189f7b8dce4ecc72ea860529fdf8 /textproc | |
parent | e4001bde526de145dcd84fbc1eaa30848ec08375 (diff) | |
download | freebsd-ports-gnome-35798ac1a7fe3a39cae5d2c600de2b35643d4204.tar.gz freebsd-ports-gnome-35798ac1a7fe3a39cae5d2c600de2b35643d4204.tar.zst freebsd-ports-gnome-35798ac1a7fe3a39cae5d2c600de2b35643d4204.zip |
Add a BUILD_DEPENDS on p5-XML-Parser to fix the build on a clean system.
PR: 68636
Submitted by: Konstantin Oznobikhin <bork@rsu.ru>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/intltool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 29b30c68fd33..1aa67523afc5 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -15,6 +15,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Xml internationalization support for GNOME, and others +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser USE_BZIP2= yes |