svn commit: r413027 - head/devel/p5-Data-Page-Pageset

Mathieu Arnold mat at FreeBSD.org
Mon Apr 11 12:38:07 UTC 2016


Author: mat
Date: Mon Apr 11 12:38:05 2016
New Revision: 413027
URL: https://svnweb.freebsd.org/changeset/ports/413027

Log:
  Remove :${PORTSDIR}/ from depends...
  
  Sponsored by:	Absolight

Modified:
  head/devel/p5-Data-Page-Pageset/Makefile   (contents, props changed)

Modified: head/devel/p5-Data-Page-Pageset/Makefile
==============================================================================
--- head/devel/p5-Data-Page-Pageset/Makefile	Mon Apr 11 12:33:58 2016	(r413026)
+++ head/devel/p5-Data-Page-Pageset/Makefile	Mon Apr 11 12:38:05 2016	(r413027)
@@ -15,11 +15,11 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 RUN_DEPENDS=	\
-	p5-Data-Page>=2:${PORTSDIR}/databases/p5-Data-Page \
-	p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
-	p5-Carp>0:${PORTSDIR}/devel/p5-Carp
+	p5-Data-Page>=2:databases/p5-Data-Page \
+	p5-Class-Accessor>0:devel/p5-Class-Accessor \
+	p5-Carp>0:devel/p5-Carp
 BUILD_DEPENDS:=	${RUN_DEPENDS}
-TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
+TEST_DEPENDS=	p5-Test-Exception>0:devel/p5-Test-Exception
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list