diff options
author | arved <arved@FreeBSD.org> | 2005-06-05 06:51:49 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-06-05 06:51:49 +0800 |
commit | 9342e2725ce0f31485645fd958ac8b038cbcbcde (patch) | |
tree | 9d16fa243e692be05657f52bce443ca65a8fdd87 /net | |
parent | ca1c4641619acf1a69492a749669e9e327974fcf (diff) | |
download | freebsd-ports-gnome-9342e2725ce0f31485645fd958ac8b038cbcbcde.tar.gz freebsd-ports-gnome-9342e2725ce0f31485645fd958ac8b038cbcbcde.tar.zst freebsd-ports-gnome-9342e2725ce0f31485645fd958ac8b038cbcbcde.zip |
Use the latest autotools/libtool.
Diffstat (limited to 'net')
-rw-r--r-- | net/libsocket++/Makefile | 6 | ||||
-rw-r--r-- | net/libsocket++/files/patch-autogen | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile index afc1bb001f2b..51686ccde3e4 100644 --- a/net/libsocket++/Makefile +++ b/net/libsocket++/Makefile @@ -17,9 +17,9 @@ COMMENT= A C++ wrapper library to the sockets GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 -USE_INC_LIBTOOL_VER= 13 +USE_AUTOMAKE_VER= 19 +USE_AUTOCONF_VER= 259 +USE_INC_LIBTOOL_VER= 15 INFO= socket++ diff --git a/net/libsocket++/files/patch-autogen b/net/libsocket++/files/patch-autogen index 92c1c0e3de07..02e62475c4f8 100644 --- a/net/libsocket++/files/patch-autogen +++ b/net/libsocket++/files/patch-autogen @@ -3,7 +3,7 @@ @@ -14,12 +14,12 @@ else - libtoolize --automake -+ libtoolize13 --automake ++ ${LIBTOOLIZE} --automake fi echo "aclocal..." -aclocal |