Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 03:20:27 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529304 - head/sysutils/nut-devel
Message-ID:  <202003280320.02S3KRjo042626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Mar 28 03:20:27 2020
New Revision: 529304
URL: https://svnweb.freebsd.org/changeset/ports/529304

Log:
  Python is required for build.
  
  Reported by:	dutchman01 at quicknet.nl
  Reported by:	linimon

Modified:
  head/sysutils/nut-devel/Makefile   (contents, props changed)

Modified: head/sysutils/nut-devel/Makefile
==============================================================================
--- head/sysutils/nut-devel/Makefile	Sat Mar 28 03:20:23 2020	(r529303)
+++ head/sysutils/nut-devel/Makefile	Sat Mar 28 03:20:27 2020	(r529304)
@@ -19,7 +19,7 @@ NUT_COMMIT_DATE=	2020.02.09
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		autoreconf:build gmake libtool pkgconfig
+USES=		autoreconf:build gmake libtool pkgconfig python:build
 
 NUT_USER?=	uucp
 NUT_GROUP?=	uucp



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