From c9deb8f7107ff8ce8c6ad5ce7e170b8c2ae87ca5 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Thu, 10 Feb 2005 20:38:29 +0000 Subject: - Fix the install directory and dependency. - Bump PORTREVISION. Noticed by: kris Approved by: thierry (maintainer) --- textproc/prosper/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'textproc') diff --git a/textproc/prosper/Makefile b/textproc/prosper/Makefile index 655df9a9d994..405683d615d6 100644 --- a/textproc/prosper/Makefile +++ b/textproc/prosper/Makefile @@ -7,7 +7,7 @@ PORTNAME= prosper PORTVERSION= 1.00.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,16 +17,16 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= thierry@pompo.net COMMENT= Prosper is a LaTeX class for writing transparencies -BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ - ps2pdf:${PORTSDIR}/${GHOSTSCRIPT_PORT} +BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base NO_BUILD= yes +USE_GHOSTSCRIPT_RUN= yes WRKSRC= ${WRKDIR}/${PORTNAME} -TEXMF?= share/texmf -LPROSPERDIR= ${TEXMF}/tex/latex/misc/prosper +TEXMFDIR?= share/texmf +LPROSPERDIR= ${TEXMFDIR}/tex/latex/prosper PROSPERDIR= ${PREFIX}/${LPROSPERDIR} PLIST_SUB= PROSPERDIR=${LPROSPERDIR} -- cgit v1.2.3