diff options
Diffstat (limited to 'net/boinc-client/Makefile')
-rw-r--r-- | net/boinc-client/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index b2e7c70a8c96..ea5ace5e0c23 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -32,10 +32,7 @@ LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv \ USE_XLIBS= yes .endif -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 -USE_AUTOHEADER_VER= 259 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= automake:19 autoheader:259 autoconf:259 libtool:15 USE_REINPLACE= yes GNU_CONFIGURE= yes |