svn commit: r456294 - head/mail/archiveopteryx

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 14 13:53:50 UTC 2017


Author: amdmi3
Date: Thu Dec 14 13:53:49 2017
New Revision: 456294
URL: https://svnweb.freebsd.org/changeset/ports/456294

Log:
  - Switch to verbose build
  
  Approved by:	portmgr blanket

Modified:
  head/mail/archiveopteryx/Makefile

Modified: head/mail/archiveopteryx/Makefile
==============================================================================
--- head/mail/archiveopteryx/Makefile	Thu Dec 14 13:48:58 2017	(r456293)
+++ head/mail/archiveopteryx/Makefile	Thu Dec 14 13:53:49 2017	(r456294)
@@ -32,12 +32,13 @@ PLIST_SUB+=	USERS="${USERS}"
 PLIST_SUB+=	GROUPS="${GROUPS}"
 
 JAM?=		${LOCALBASE}/bin/jam
+JAMARG+=	-dx
 
 .include <bsd.port.pre.mk>
 
 # force Clang when on FreeBSD
 .if ${OPSYS} == FreeBSD
-JAMARG=	"-sCLANG=1"
+JAMARG+=	"-sCLANG=1"
 .endif
 
 post-patch:


More information about the svn-ports-all mailing list