diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-24 20:10:53 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-24 20:10:53 +0800 |
commit | 152a1bcc9c429c7fbf18923873ba04e3302216cb (patch) | |
tree | e1e2ab479c8f58e27e8a2988c9a1c87217b17578 /www | |
parent | 10e79629e29504e5c8734ee38264901949008a16 (diff) | |
download | freebsd-ports-gnome-152a1bcc9c429c7fbf18923873ba04e3302216cb.tar.gz freebsd-ports-gnome-152a1bcc9c429c7fbf18923873ba04e3302216cb.tar.zst freebsd-ports-gnome-152a1bcc9c429c7fbf18923873ba04e3302216cb.zip |
Remove USE_AUTOTOOLS
Diffstat (limited to 'www')
-rw-r--r-- | www/webstone-ssl/Makefile | 2 | ||||
-rw-r--r-- | www/webstone-ssl/files/patch-configure.in | 13 |
2 files changed, 1 insertions, 14 deletions
diff --git a/www/webstone-ssl/Makefile b/www/webstone-ssl/Makefile index 6f8503abbdcf..00dd6fbf6613 100644 --- a/www/webstone-ssl/Makefile +++ b/www/webstone-ssl/Makefile @@ -13,9 +13,9 @@ COMMENT= World wide web server benchmarking with SSL support WRKSRC= ${WRKDIR}/WebStone${PORTVERSION}/src +GNU_CONFIGURE= yes USES= tar:tgz USE_OPENSSL= yes -USE_AUTOTOOLS= autoconf213 ALL_TARGET= install MAKE_JOBS_UNSAFE= yes diff --git a/www/webstone-ssl/files/patch-configure.in b/www/webstone-ssl/files/patch-configure.in deleted file mode 100644 index 111a77922562..000000000000 --- a/www/webstone-ssl/files/patch-configure.in +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.in.orig Fri Jun 16 05:55:49 2000 -+++ configure.in Fri Oct 27 15:15:36 2000 -@@ -79,8 +79,9 @@ - # Replace `main' with a function in -lm: - AC_CHECK_LIB(m, floor) --AC_CHECK_LIB(nsl, gethostbyname) --AC_CHECK_LIB(socket, connect, AC_SUBST(LIBS), , -lnsl) -+#AC_CHECK_LIB(nsl, gethostbyname) -+#AC_CHECK_LIB(socket, connect, AC_SUBST(LIBS), , -lnsl) -+AC_CHECK_LIB(c, connect) - - # - # checks for header files |