svn commit: r529304 - head/sysutils/nut-devel

Cy Schubert cy at FreeBSD.org
Sat Mar 28 03:20:56 UTC 2020


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


More information about the svn-ports-all mailing list