diff options
Diffstat (limited to 'sysutils/tlsdate')
-rw-r--r-- | sysutils/tlsdate/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/tlsdate/Makefile b/sysutils/tlsdate/Makefile index 9d99ab9e21bb..c4ae002dc816 100644 --- a/sysutils/tlsdate/Makefile +++ b/sysutils/tlsdate/Makefile @@ -18,8 +18,8 @@ GH_ACCOUNT= ioerror GH_COMMIT= 44fa3b7 GH_TAGNAME= ${GH_COMMIT} -USE_AUTOTOOLS= autoconf aclocal automake libtoolize -USES= libtool pkgconfig +GNU_CONFIGURE= yes +USES= autoreconf libtool pkgconfig OPTIONS_DEFINE= DOCS @@ -27,9 +27,6 @@ post-patch: # Required for FreeBSD 8.4 @${REINPLACE_CMD} -e 's@AC_MSG_ERROR(\[M@AC_MSG_WARN([M@' ${WRKSRC}/configure.ac -pre-configure: - @(cd ${WRKSRC} && ./autogen.sh) - regression-test: build @cd ${WRKSRC} && make test |