summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2005-02-10 20:38:29 +0000
committerHiroki Sato <hrs@FreeBSD.org>2005-02-10 20:38:29 +0000
commitc9deb8f7107ff8ce8c6ad5ce7e170b8c2ae87ca5 (patch)
tree6545237d142ec43aa9d7d6709dd0e73b0bc7b0fb
parent- Fix build errors, now using autoconf-2.59 (diff)
- Fix the install directory and dependency.
- Bump PORTREVISION. Noticed by: kris Approved by: thierry (maintainer)
-rw-r--r--textproc/prosper/Makefile12
1 files changed, 6 insertions, 6 deletions
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}