Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2018 12:55:54 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459926 - head/net-im/scudcloud
Message-ID:  <201801251255.w0PCtsOg036641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Jan 25 12:55:54 2018
New Revision: 459926
URL: https://svnweb.freebsd.org/changeset/ports/459926

Log:
  Fix PKGNAME collision.
  
  Sponsored by:	Absolight

Modified:
  head/net-im/scudcloud/Makefile   (contents, props changed)

Modified: head/net-im/scudcloud/Makefile
==============================================================================
--- head/net-im/scudcloud/Makefile	Thu Jan 25 12:38:43 2018	(r459925)
+++ head/net-im/scudcloud/Makefile	Thu Jan 25 12:55:54 2018	(r459926)
@@ -29,7 +29,7 @@ OPTIONS_DEFINE=	HUNSPELL
 
 USES=		python:3.4+
 USE_GITHUB=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils optsuffix
 
 post-patch:
 		@${REINPLACE_CMD} -i.bak -e 's,%%LOCALBASE%%,${LOCALBASE},1' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801251255.w0PCtsOg036641>