svn commit: r366609 - head/mail/opensmtpd

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Aug 30 11:03:27 UTC 2014


Author: amdmi3
Date: Sat Aug 30 11:03:26 2014
New Revision: 366609
URL: http://svnweb.freebsd.org/changeset/ports/366609
QAT: https://qat.redports.org/buildarchive/r366609/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/mail/opensmtpd/Makefile

Modified: head/mail/opensmtpd/Makefile
==============================================================================
--- head/mail/opensmtpd/Makefile	Sat Aug 30 11:03:20 2014	(r366608)
+++ head/mail/opensmtpd/Makefile	Sat Aug 30 11:03:26 2014	(r366609)
@@ -23,7 +23,8 @@ OPTIONS_DEFAULT=	CA_BUNDLE PAM
 
 CA_BUNDLE_DESC=	Install CA bundle for OpenSSL
 
-USE_AUTOTOOLS=	autoconf:env automake:env libtool:env
+USES=		libtool
+USE_AUTOTOOLS=	autoconf:env automake:env
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libevent-dir=${LOCALBASE} --sysconfdir=${PREFIX}/etc/mail/ \
 		--with-mailwrapper


More information about the svn-ports-head mailing list