diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /print/axpoint | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'print/axpoint')
-rw-r--r-- | print/axpoint/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 |