diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-02 22:32:48 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-02 22:32:48 +0000 |
commit | ddb097c515164665524ac44bdad0a760e6d7e9cc (patch) | |
tree | 189a0a82202d8273b3544d953ccfd229c1eb7faf /print | |
parent | 2a1a40c8bffa56d60449805274bebe889eb98fc8 (diff) |
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Notes
Notes:
svn path=/head/; revision=313303
Diffstat (limited to 'print')
-rw-r--r-- | print/latex2slides/Makefile | 11 | ||||
-rw-r--r-- | print/scribus-devel/Makefile | 4 | ||||
-rw-r--r-- | print/scribus/Makefile | 6 |
3 files changed, 7 insertions, 14 deletions
diff --git a/print/latex2slides/Makefile b/print/latex2slides/Makefile index d94ecf2137c7..36661ec8776e 100644 --- a/print/latex2slides/Makefile +++ b/print/latex2slides/Makefile @@ -1,14 +1,9 @@ -# ex:ts=8 -# Ports collection makefile for: latex2slides -# Date created: May 23, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= latex2slides PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -18,7 +13,7 @@ COMMENT= Produces a set of HTML/JPEG slides from a TeX or LaTeX source RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ dvips:${PORTSDIR}/print/teTeX \ - ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter + ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter USE_PYTHON= yes NO_BUILD= yes diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index cc87b13fa03d..07643c75e8bd 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print editors MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \ ${MASTER_SITE_LOCAL} @@ -26,7 +26,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ execinfo:${PORTSDIR}/devel/libexecinfo \ poppler:${PORTSDIR}/graphics/poppler \ osg:${PORTSDIR}/graphics/osg -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \ update-mime-database:${PORTSDIR}/misc/shared-mime-info diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 5a34d23b439e..64ef58f2647e 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,11 +1,9 @@ # Created by: ijliao -# $Carpetsmoker: ports/print/scribus/Makefile,v 1.2 2007/09/24 08:06:52 carpetsmoker Exp $ # $FreeBSD$ -# PORTNAME= scribus PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ @@ -26,7 +24,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ hyphen:${PORTSDIR}/textproc/hyphen \ execinfo:${PORTSDIR}/devel/libexecinfo \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \ update-mime-database:${PORTSDIR}/misc/shared-mime-info |