diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-11 07:48:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-11 07:48:09 +0800 |
commit | b17c1fc484c8f14ceda03fb0aade165d0968b4cf (patch) | |
tree | 24933bc65eeb9fcd0f46f4a690c4104bbf97e7c1 /textproc | |
parent | ae5aefef056b4e1baf79fc90bd0a4586a42d8282 (diff) | |
download | freebsd-ports-gnome-b17c1fc484c8f14ceda03fb0aade165d0968b4cf.tar.gz freebsd-ports-gnome-b17c1fc484c8f14ceda03fb0aade165d0968b4cf.tar.zst freebsd-ports-gnome-b17c1fc484c8f14ceda03fb0aade165d0968b4cf.zip |
Add a missing RUN_DEPENDS on p5-XML-Parser.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/intltool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index a2d492aab7f9..59fd624a08f7 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -7,6 +7,7 @@ PORTNAME= intltool PORTVERSION= 0.27.2 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.27 @@ -16,6 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Xml internationalization support for GNOME, and others LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser USE_BZIP2= yes USE_GMAKE= yes |