svn commit: r489722 - head/science/p5-PerlMol

Steve Wills swills at FreeBSD.org
Tue Jan 8 16:00:59 UTC 2019


Author: swills
Date: Tue Jan  8 16:00:58 2019
New Revision: 489722
URL: https://svnweb.freebsd.org/changeset/ports/489722

Log:
  science/p5-PerlMol: Do not set BUILD_DEPENDS twice
  
  PR:		234701
  Submitted by:	tobik

Modified:
  head/science/p5-PerlMol/Makefile   (contents, props changed)

Modified: head/science/p5-PerlMol/Makefile
==============================================================================
--- head/science/p5-PerlMol/Makefile	Tue Jan  8 15:54:23 2019	(r489721)
+++ head/science/p5-PerlMol/Makefile	Tue Jan  8 16:00:58 2019	(r489722)
@@ -3,7 +3,7 @@
 
 PORTNAME=	PerlMol
 PORTVERSION=	0.3500
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ITUB
@@ -35,7 +35,7 @@ BUILD_DEPENDS=	p5-Chemistry-Mol>=0:science/p5-Chemistr
 		p5-Chemistry-MidasPattern>=0:science/p5-Chemistry-MidasPattern \
 		p5-Chemistry-Mok>=0:science/p5-Chemistry-Mok \
 		p5-Statistics-Regression>=0:math/p5-Statistics-Regression
-BUILD_DEPENDS=	p5-Chemistry-Mol>=0:science/p5-Chemistry-Mol \
+RUN_DEPENDS=	p5-Chemistry-Mol>=0:science/p5-Chemistry-Mol \
 		p5-Chemistry-MacroMol>=0:science/p5-Chemistry-MacroMol \
 		p5-Parse-Yapp>=0:devel/p5-Parse-Yapp \
 		p5-Chemistry-File-SMILES>=0:science/p5-Chemistry-File-SMILES \


More information about the svn-ports-all mailing list