[Midnightbsd-cvs] mports [20321] trunk/textproc/py-pygments/Makefile: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 27 18:20:48 EDT 2015


Revision: 20321
          http://svnweb.midnightbsd.org/mports/?rev=20321
Author:   laffer1
Date:     2015-09-27 18:20:47 -0400 (Sun, 27 Sep 2015)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/textproc/py-pygments/Makefile

Modified: trunk/textproc/py-pygments/Makefile
===================================================================
--- trunk/textproc/py-pygments/Makefile	2015-09-27 22:12:03 UTC (rev 20320)
+++ trunk/textproc/py-pygments/Makefile	2015-09-27 22:20:47 UTC (rev 20321)
@@ -11,10 +11,12 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A syntax highlighter written in Python
+
 LICENSE=	bsd2
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USES=		python
+USE_PYTHON=   distutils autoplist
+
 PYDISTUTILS_PKGNAME=	Pygments
 
 .if !defined(NOPORTDOCS)



More information about the Midnightbsd-cvs mailing list