diff options
author | hrs <hrs@FreeBSD.org> | 2005-02-10 20:38:29 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-02-10 20:38:29 +0000 |
commit | 59d67d34b2b1c55b2754c513e6976dec26b4021e (patch) | |
tree | 7d289239a6ec74606bfbacdcc4fe695665bf5629 /textproc | |
parent | f3db48f6476d0663583164d0112077f77d88e4cf (diff) | |
download | FreeBSD-ports-59d67d34b2b1c55b2754c513e6976dec26b4021e.zip FreeBSD-ports-59d67d34b2b1c55b2754c513e6976dec26b4021e.tar.gz |
- Fix the install directory and dependency.
- Bump PORTREVISION.
Noticed by: kris
Approved by: thierry (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/prosper/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/prosper/Makefile b/textproc/prosper/Makefile index 655df9a..405683d 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} |