From 5421797ae6616faade53ae8d4f272d1f900b6fab Mon Sep 17 00:00:00 2001 From: lwhsu Date: Sat, 2 Mar 2013 22:32:48 +0000 Subject: - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation --- print/latex2slides/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'print/latex2slides') 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 -- cgit