From c60c1d09235abbfd733e901b1872b86adc82027c Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 1 Apr 2016 14:16:16 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. With hat: portmgr Sponsored by: Absolight --- print/axpoint/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'print/axpoint') diff --git a/print/axpoint/Makefile b/print/axpoint/Makefile index bb0dff774761..41b4153d2884 100644 --- a/print/axpoint/Makefile +++ b/print/axpoint/Makefile @@ -12,12 +12,12 @@ DISTNAME= XML-Handler-AxPoint-${PORTVERSION:S/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= XML Based Presentations -BUILD_DEPENDS= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ - p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece \ - p5-XML-Filter-XSLT>=0:${PORTSDIR}/textproc/p5-XML-Filter-XSLT \ - p5-XML-SAX>=0.09:${PORTSDIR}/textproc/p5-XML-SAX \ - p5-XML-SAX-Writer>=0.39:${PORTSDIR}/textproc/p5-XML-SAX-Writer \ - p5-PDFLib>=0.14:${PORTSDIR}/print/p5-PDFLib +BUILD_DEPENDS= p5-Text-Iconv>=0:converters/p5-Text-Iconv \ + p5-Time-Piece>=1.08:devel/p5-Time-Piece \ + p5-XML-Filter-XSLT>=0:textproc/p5-XML-Filter-XSLT \ + p5-XML-SAX>=0.09:textproc/p5-XML-SAX \ + p5-XML-SAX-Writer>=0.39:textproc/p5-XML-SAX-Writer \ + p5-PDFLib>=0.14:print/p5-PDFLib RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -- cgit