diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-04 04:18:13 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-04 04:18:13 +0800 |
commit | b5d977c1267293179b1deaadf74303780d1dcc3d (patch) | |
tree | b85b6acba969d5f08821ca6523acc427c0e9ab20 /net-mgmt/nefu | |
parent | 0b822479b120df9aab7269907873dd7d9981eec3 (diff) | |
download | freebsd-ports-graphics-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.gz freebsd-ports-graphics-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.zst freebsd-ports-graphics-b5d977c1267293179b1deaadf74303780d1dcc3d.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'net-mgmt/nefu')
-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 bac8a7f9ffc..4c6aa6fd14e 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 |