diff options
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index ca381e6ad44b..69d2f3f6ee33 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -20,7 +20,8 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl=${OPENSSLBASE} -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build USE_LDCONFIG= yes USE_OPENSSL= yes |