diff options
-rw-r--r-- | biology/p5-bioperl-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Proc-ProcessTable/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/biology/p5-bioperl-devel/Makefile b/biology/p5-bioperl-devel/Makefile index ca7a2c0..f3bea93 100644 --- a/biology/p5-bioperl-devel/Makefile +++ b/biology/p5-bioperl-devel/Makefile @@ -17,6 +17,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= wjv@FreeBSD.org COMMENT= A collection of Perl modules for bioinformatics (developer's release) +BROKEN= "Broken pkg-plist" + # These are all run-time dependencies, but listing them in ${BUILD_DEPENDS} # prevents a flood of build-time warnings. BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Ace.pm:${PORTSDIR}/biology/p5-AcePerl \ diff --git a/devel/p5-Proc-ProcessTable/Makefile b/devel/p5-Proc-ProcessTable/Makefile index 572a50c..75b0a5e 100644 --- a/devel/p5-Proc-ProcessTable/Makefile +++ b/devel/p5-Proc-ProcessTable/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ahze@rgv.net COMMENT= Perl interface to the unix process table +BROKEN= "Broken pkg-plist" + PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |