diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-25 22:52:20 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-25 22:52:20 +0800 |
commit | 086209ae5af1ae38ebe1b6811f57ae3ab93c29bc (patch) | |
tree | 633de6fb5364c4f676c3f46e5afd713194d1d4ed /textproc | |
parent | 1a1b97dbff509d29870b6b2821dff69d60185cc2 (diff) | |
download | freebsd-ports-gnome-086209ae5af1ae38ebe1b6811f57ae3ab93c29bc.tar.gz freebsd-ports-gnome-086209ae5af1ae38ebe1b6811f57ae3ab93c29bc.tar.zst freebsd-ports-gnome-086209ae5af1ae38ebe1b6811f57ae3ab93c29bc.zip |
Mark IS_INTERACTIVE (it is probably missing a dependency) to stop
infinite loop on package cluster
No response from: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Atom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index c789d4ca3156..7624f2e04967 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -24,6 +24,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-X ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS= ${BUILD_DEPENDS} +IS_INTERACTIVE= yes + PERL_MODBUILD= yes MAN3= XML::Atom.3 \ |