diff options
Diffstat (limited to 'net/p5-Net-ext/Makefile')
-rw-r--r-- | net/p5-Net-ext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-ext/Makefile b/net/p5-Net-ext/Makefile index bec96ff5eace..29222a8edfa9 100644 --- a/net/p5-Net-ext/Makefile +++ b/net/p5-Net-ext/Makefile @@ -26,6 +26,7 @@ MAN3= Net::Gen.3 \ Net::UNIX::Server.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ + CC="${CC}" CCFLAGS="${CFLAGS}" .include <bsd.port.mk> |