diff options
Diffstat (limited to 'x11-toolkits/p5-Alien-wxWidgets/Makefile')
-rw-r--r-- | x11-toolkits/p5-Alien-wxWidgets/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Alien-wxWidgets/Makefile b/x11-toolkits/p5-Alien-wxWidgets/Makefile index cb3ff08c2621..39ae94f6d3b5 100644 --- a/x11-toolkits/p5-Alien-wxWidgets/Makefile +++ b/x11-toolkits/p5-Alien-wxWidgets/Makefile @@ -24,6 +24,10 @@ PERL_MODBUILD= yes .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500809 +BUILD_DEPENDS+= ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable +.endif + .if defined(WITH_UNICODE) WX_UNICODE= yes WX_UNI= uni_ |