svn commit: r360040 - head/sysutils/tlsdate
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 1 15:41:26 UTC 2014
Author: amdmi3
Date: Tue Jul 1 15:41:25 2014
New Revision: 360040
URL: http://svnweb.freebsd.org/changeset/ports/360040
QAT: https://qat.redports.org/buildarchive/r360040/
Log:
- Switch to USES=libtool
Approved by: portmgr blanket
Modified:
head/sysutils/tlsdate/Makefile
Modified: head/sysutils/tlsdate/Makefile
==============================================================================
--- head/sysutils/tlsdate/Makefile Tue Jul 1 15:25:56 2014 (r360039)
+++ head/sysutils/tlsdate/Makefile Tue Jul 1 15:41:25 2014 (r360040)
@@ -18,8 +18,8 @@ GH_ACCOUNT= ioerror
GH_COMMIT= 44fa3b7
GH_TAGNAME= ${GH_COMMIT}
-USE_AUTOTOOLS= autoconf aclocal automake libtool
-USES= pkgconfig
+USE_AUTOTOOLS= autoconf aclocal automake libtoolize
+USES= libtool pkgconfig
OPTIONS_DEFINE= DOCS
More information about the svn-ports-all
mailing list