summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-02 22:32:48 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-02 22:32:48 +0000
commitddb097c515164665524ac44bdad0a760e6d7e9cc (patch)
tree189a0a82202d8273b3544d953ccfd229c1eb7faf /devel
parent- Avoid using PYTHON_SITELIBDIR (diff)
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Notes
Notes: svn path=/head/; revision=313303
Diffstat (limited to 'devel')
-rw-r--r--devel/fnorb/Makefile10
-rw-r--r--devel/py-simpy/Makefile9
-rw-r--r--devel/pylint/Makefile3
3 files changed, 8 insertions, 14 deletions
diff --git a/devel/fnorb/Makefile b/devel/fnorb/Makefile
index f30a167a4845..519dae88ec9e 100644
--- a/devel/fnorb/Makefile
+++ b/devel/fnorb/Makefile
@@ -1,20 +1,16 @@
-# New ports collection makefile for: fnorb
-# Date created: 12 Septermber 2000
-# Whom: Johann Visagie <johann@egenetics.com>
-#
+# Created by: Johann Visagie <johann@egenetics.com>
# $FreeBSD$
-#
PORTNAME= Fnorb
PORTVERSION= 1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A CORBA 2.0 ORB written in Python
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
USE_PYDISTUTILS= yes
diff --git a/devel/py-simpy/Makefile b/devel/py-simpy/Makefile
index 353caaf13661..87b43d4c90fa 100644
--- a/devel/py-simpy/Makefile
+++ b/devel/py-simpy/Makefile
@@ -1,12 +1,9 @@
-# ex:ts=8
-# Ports collection makefile for: py-simpy
-# Date created: Jun 29, 2004
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
PORTNAME= simpy
PORTVERSION= 2.3.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
SF/${PORTNAME}/${PORTNAME}/SimPy-${PORTVERSION}
@@ -26,7 +23,7 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
.include <bsd.port.pre.mk>
.if defined(WITH_TKINTER)
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
.endif
post-install:
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile
index 72cc59584ba2..9ac3acea62da 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pylint
PORTVERSION= 0.26.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= LOGILAB
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
@@ -27,7 +28,7 @@ post-extract:
${RM} -fr ${WRKSRC}/test
.if ${PORT_OPTIONS:MGUI}
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
.endif
.include <bsd.port.mk>