diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:38:54 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:38:54 +0000 |
commit | 2ba854fedbcea94c0361a8bb82d977b31a59c86c (patch) | |
tree | 7b283f47201801a2c6256f7424d02d87821f61d1 /textproc | |
parent | b58a9ce68dc5e16c7f14c33fad7a68398e58e6d2 (diff) | |
download | ports-2ba854fedbcea94c0361a8bb82d977b31a59c86c.tar.gz ports-2ba854fedbcea94c0361a8bb82d977b31a59c86c.zip |
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Canonical/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-Canonical/Makefile b/textproc/p5-XML-Canonical/Makefile index 304ce204fcb7..0088e4ce166f 100644 --- a/textproc/p5-XML-Canonical/Makefile +++ b/textproc/p5-XML-Canonical/Makefile @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-XML-GDOME>=0:textproc/p5-XML-GDOME LIB_DEPENDS= libgdome.so:textproc/gdome2 -USE_PERL5= configure USES= perl5 pkgconfig +USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e '/die "VERSION" unless /d' ${WRKSRC}/Makefile.PL |