[Midnightbsd-cvs] mports [15789] trunk/devel/libglade2/Makefile: requires python 2.7 or lower

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Dec 27 22:46:46 EST 2013


Revision: 15789
          http://svnweb.midnightbsd.org/mports/?rev=15789
Author:   laffer1
Date:     2013-12-27 22:46:45 -0500 (Fri, 27 Dec 2013)
Log Message:
-----------
requires python 2.7 or lower

Modified Paths:
--------------
    trunk/devel/libglade2/Makefile

Modified: trunk/devel/libglade2/Makefile
===================================================================
--- trunk/devel/libglade2/Makefile	2013-12-25 04:18:53 UTC (rev 15788)
+++ trunk/devel/libglade2/Makefile	2013-12-28 03:46:45 UTC (rev 15789)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libglade2
 PORTVERSION=	2.6.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/..$//}
@@ -11,6 +11,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNOME glade library
+
 LICENSE=	lgpl
 
 USE_BZIP2=	yes
@@ -19,9 +20,8 @@
 
 RUN_DEPENDS=	xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr
 
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_PATHFIX=	yes
+USES=		pathfix gmake pkgconfig
 USE_GNOME=	libxml2 gtk20 referencehack
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
@@ -39,10 +39,8 @@
 .include <bsd.mport.options.mk>
 
 .if ${PORT_OPTIONS:MPYTHON}
-BUILD_DEPENDS+=	${PYEXPAT}
-RUN_DEPENDS+=	${PYEXPAT}
 
-USE_PYTHON=	yes
+USE_PYTHON=	-2.7
 PLIST_SUB+=	PYTHON=""
 .else
 PLIST_SUB+=	PYTHON="@comment "



More information about the Midnightbsd-cvs mailing list