Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2017 18:16:25 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453129 - head/net/p5-IPv6-Address
Message-ID:  <201710291816.v9TIGPa7096024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Oct 29 18:16:25 2017
New Revision: 453129
URL: https://svnweb.freebsd.org/changeset/ports/453129

Log:
  net/p5-IPv6-Address: really fix build without BUILD_DEPENDS
  
  Submitted by:	adamw

Modified:
  head/net/p5-IPv6-Address/Makefile

Modified: head/net/p5-IPv6-Address/Makefile
==============================================================================
--- head/net/p5-IPv6-Address/Makefile	Sun Oct 29 18:03:16 2017	(r453128)
+++ head/net/p5-IPv6-Address/Makefile	Sun Oct 29 18:16:25 2017	(r453129)
@@ -7,14 +7,12 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ADUITSIS
 PKGNAMEPREFIX=	p5-
 
-BUILD_DEPENDS=	p5-Module-Build>=0:devel/p5-Module-Build
-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	IPv6 Address Manipulation Library
 
 LICENSE=	ART20
 
 USES=		perl5
-USE_PERL5=	modbuildtiny
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710291816.v9TIGPa7096024>