[Midnightbsd-cvs] mports [21251] trunk/graphics/py-clutter/Makefile: modernize a bit

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 22 19:17:56 EDT 2016


Revision: 21251
          http://svnweb.midnightbsd.org/mports/?rev=21251
Author:   laffer1
Date:     2016-03-22 19:17:56 -0400 (Tue, 22 Mar 2016)
Log Message:
-----------
modernize a bit

Modified Paths:
--------------
    trunk/graphics/py-clutter/Makefile

Modified: trunk/graphics/py-clutter/Makefile
===================================================================
--- trunk/graphics/py-clutter/Makefile	2016-03-22 23:12:07 UTC (rev 21250)
+++ trunk/graphics/py-clutter/Makefile	2016-03-22 23:17:56 UTC (rev 21251)
@@ -12,6 +12,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Python modules for Clutter toolkit
+
 LICENSE=	python
 
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo
@@ -18,12 +19,8 @@
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo
 LIB_DEPENDS=	clutter-glx-1.0:${PORTSDIR}/graphics/clutter
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GETTEXT=	yes
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack pygnome2 pygtk2
-USE_PYTHON=	2.5+
+USES=		tar:bzip2 gmake gettext libtool python:2
+USE_GNOME=	pygnome2 pygtk2
 CONFIGURE_ARGS=	--disable-docs
 
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}



More information about the Midnightbsd-cvs mailing list