aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Bare
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-12-04 17:58:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-12-04 17:58:45 +0000
commita2f6e531c757aabc94675a50d473ae4bb756c147 (patch)
treefbef23c500b20efebe2d9995ee3f82cb6a67020d /textproc/p5-XML-Bare
parente3b9da9665503bd303a31f045f10bd6fa724d73d (diff)
downloadports-a2f6e531c757aabc94675a50d473ae4bb756c147.tar.gz
ports-a2f6e531c757aabc94675a50d473ae4bb756c147.zip
Respect Perl's LDDLFLAGS.
With hat: perl Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=373975
Diffstat (limited to 'textproc/p5-XML-Bare')
-rw-r--r--textproc/p5-XML-Bare/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/p5-XML-Bare/Makefile b/textproc/p5-XML-Bare/Makefile
index bb94f36df355..58596456fda2 100644
--- a/textproc/p5-XML-Bare/Makefile
+++ b/textproc/p5-XML-Bare/Makefile
@@ -17,4 +17,7 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+post-patch:
+ @${REINPLACE_CMD} '/LDDLFLAGS/d' ${WRKSRC}/Makefile.PL
+
.include <bsd.port.mk>