diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 22:12:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 22:12:48 +0000 |
commit | b6d6a6eb9e29197da19eae4d016bd9669ccadb47 (patch) | |
tree | 0c5cfcdd9a972eff4688d31b78a669219cb3e0ca | |
parent | Add conflicst: (diff) |
Add conflicts:
CONFLICTS= p5-bioperl-1.[02468]*
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>, Mauricio Herrera Cuadra <arareko@yahoo.com>
-rw-r--r-- | biology/p5-bioperl-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/p5-bioperl-devel/Makefile b/biology/p5-bioperl-devel/Makefile index 7911a846cd1c..a5bedc037594 100644 --- a/biology/p5-bioperl-devel/Makefile +++ b/biology/p5-bioperl-devel/Makefile @@ -49,7 +49,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VER}/Text/Wrap.pm:${PORTSDIR}/lang/ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS= ${BUILD_DEPENDS} -CONFLICTS= p5-bioperl-1.[0-46-9]* +CONFLICTS= p5-bioperl-1.[02468]* LATEST_LINK= p5-bioperl-devel |