diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-06-19 22:41:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-06-19 22:41:52 +0000 |
commit | 215fe3a16faa063fdbba87d3f1f7c04a6f69360c (patch) | |
tree | bddb3f9d2eba1319c94da65e0d73868d2a0c1210 /audio | |
parent | 6baf4567a58f3e22550e5ab1c5c4e19bbf0888ed (diff) | |
download | ports-215fe3a16faa063fdbba87d3f1f7c04a6f69360c.tar.gz ports-215fe3a16faa063fdbba87d3f1f7c04a6f69360c.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 977bc46b2b6a..1c955e412c09 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -200,6 +200,10 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-clients-vistest-wscript .include <bsd.port.pre.mk> +.if defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == perl && ${PERL_LEVEL} >= 503100 +BUILD_DEPENDS+= p5-Pod-Parser>=0:textproc/p5-Pod-Parser +.endif + # Force to nothing to avoid bsd.openssl.mk adding definitions # to it when AIRPLAY option is active, waf does not understand it anyway. MAKE_ARGS= |