aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-SAXDriver-CSV/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:25:16 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:25:16 +0800
commit2ff80f55375ee2811ca2895a06b853699c3e0915 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/p5-XML-SAXDriver-CSV/Makefile
parentc60c1d09235abbfd733e901b1872b86adc82027c (diff)
downloadfreebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.gz
freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.zst
freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'textproc/p5-XML-SAXDriver-CSV/Makefile')
-rw-r--r--textproc/p5-XML-SAXDriver-CSV/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-XML-SAXDriver-CSV/Makefile b/textproc/p5-XML-SAXDriver-CSV/Makefile
index ff2ee0e0a149..8b27736fbe4b 100644
--- a/textproc/p5-XML-SAXDriver-CSV/Makefile
+++ b/textproc/p5-XML-SAXDriver-CSV/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl SAX driver for converting CSV files to XML
-BUILD_DEPENDS= p5-Text-CSV_XS>=0.22:${PORTSDIR}/textproc/p5-Text-CSV_XS \
- p5-XML-Handler-YAWriter>=0:${PORTSDIR}/textproc/p5-XML-Handler-YAWriter \
- p5-XML-SAX>=0.14:${PORTSDIR}/textproc/p5-XML-SAX
+BUILD_DEPENDS= p5-Text-CSV_XS>=0.22:textproc/p5-Text-CSV_XS \
+ p5-XML-Handler-YAWriter>=0:textproc/p5-XML-Handler-YAWriter \
+ p5-XML-SAX>=0.14:textproc/p5-XML-SAX
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 dos2unix