svn commit: r481841 - head/security/nyx

Carlo Strub cs at FreeBSD.org
Thu Oct 11 18:21:45 UTC 2018


Author: cs
Date: Thu Oct 11 18:21:44 2018
New Revision: 481841
URL: https://svnweb.freebsd.org/changeset/ports/481841

Log:
  Add USE_PYTHON=noflavors; Remove PKGNAMEPREFIX - because nyx is an app
  
  PR:		230357
  Submitted by:	yuri@

Modified:
  head/security/nyx/Makefile

Modified: head/security/nyx/Makefile
==============================================================================
--- head/security/nyx/Makefile	Thu Oct 11 17:10:44 2018	(r481840)
+++ head/security/nyx/Makefile	Thu Oct 11 18:21:44 2018	(r481841)
@@ -6,7 +6,6 @@ PORTVERSION=	2.0.4
 PORTREVISION=	1
 CATEGORIES=	security net
 MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	cs at FreeBSD.org
 COMMENT=	Command-line monitor for Tor
@@ -18,7 +17,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:securi
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist noflavors
+
 NO_ARCH=	yes
 
 PLIST_FILES=	man/man1/nyx.1.gz


More information about the svn-ports-all mailing list