diff options
-rw-r--r-- | devel/mercurial/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-Pcap/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-RDFStore/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 7737641c2d76..c6bc88cc0d87 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.selenic.com/mercurial/release/ MAINTAINER= roberto@FreeBSD.org COMMENT= A fast, lightweight source control management system +BROKEN= Incomplete pkg-plist + USE_PYTHON= 2.3+ USE_PYDISTUTILS=yes diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile index e244ef896391..7411ad68d05b 100644 --- a/net/p5-Net-Pcap/Makefile +++ b/net/p5-Net-Pcap/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Interface to pcap(3) LBL packet capture library +BROKEN= Incomplete pkg-plist + PERL_CONFIGURE= yes MAN3= Net::Pcap.3 diff --git a/textproc/p5-RDFStore/Makefile b/textproc/p5-RDFStore/Makefile index 1530910f437d..376ec07dec74 100644 --- a/textproc/p5-RDFStore/Makefile +++ b/textproc/p5-RDFStore/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Incomplete pkg-plist + USE_BDB= yes PERL_CONFIGURE= yes |