diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
commit | 2ff80f55375ee2811ca2895a06b853699c3e0915 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /russian/p5-XML-Parser-encodings | |
parent | c60c1d09235abbfd733e901b1872b86adc82027c (diff) | |
download | freebsd-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 'russian/p5-XML-Parser-encodings')
-rw-r--r-- | russian/p5-XML-Parser-encodings/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/russian/p5-XML-Parser-encodings/Makefile b/russian/p5-XML-Parser-encodings/Makefile index d84aed2b8c2e..8f329c055687 100644 --- a/russian/p5-XML-Parser-encodings/Makefile +++ b/russian/p5-XML-Parser-encodings/Makefile @@ -10,11 +10,11 @@ DISTFILES= MAINTAINER= perl@FreeBSD.org COMMENT= Additional Russian encodings for XML::Parser -RUN_DEPENDS= p5-XML-Parser>=2.40:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= p5-XML-Parser>=2.40:textproc/p5-XML-Parser BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-XML-Encoding>=0:${PORTSDIR}/textproc/p5-XML-Encoding \ - ${NONEXISTENT}:${PORTSDIR}/converters/iconv:extract \ - ${NONEXISTENT}:${PORTSDIR}/converters/iconv-extra:extract + p5-XML-Encoding>=0:textproc/p5-XML-Encoding \ + ${NONEXISTENT}:converters/iconv:extract \ + ${NONEXISTENT}:converters/iconv-extra:extract USES= perl5 NO_WRKSUBDIR= YES |