diff options
Diffstat (limited to 'net-mgmt/nefu/Makefile')
-rw-r--r-- | net-mgmt/nefu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nefu/Makefile b/net-mgmt/nefu/Makefile index 776e47aa4640..48bd1fa8ecd9 100644 --- a/net-mgmt/nefu/Makefile +++ b/net-mgmt/nefu/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} --disable-html USE_OPENSSL= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 MAN1= nefu.1 MAN4= nefu.conf.4 |