diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-03 20:18:13 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-03 20:18:13 +0000 |
commit | 6bb41db8de2d230dc7094adc1e6814b4d08a8f6e (patch) | |
tree | 42a20005016b408ec71bd095c4b1866ea68b233d /net-mgmt | |
parent | 13142dd19cb90b39fac29bd90bd4920febccdd35 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-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 bac8a7f9ffc2..4c6aa6fd14e7 100644 --- a/net-mgmt/nefu/Makefile +++ b/net-mgmt/nefu/Makefile @@ -19,7 +19,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} --disable-html USE_OPENSSL= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 MAN1= nefu.1 MAN4= nefu.conf.4 |