diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 20:08:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 20:08:21 +0000 |
commit | 15b541c6d54cbd7350a7dc455f27d6086bae06a8 (patch) | |
tree | 241100b69b0053d60c30b26010412cbc036f9474 /textproc | |
parent | Add ruby-password, a Ruby library to create, verify and manipulate (diff) |
dont depend on a specific PDF viewer
PR: 42970
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=66740
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/prosper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/prosper/Makefile b/textproc/prosper/Makefile index 22a86dea6bb8..af6096921b13 100644 --- a/textproc/prosper/Makefile +++ b/textproc/prosper/Makefile @@ -7,6 +7,7 @@ PORTNAME= prosper PORTVERSION= 1.00.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,8 +18,7 @@ MAINTAINER= thierry@pompo.net BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ - ps2pdf:${PORTSDIR}/print/ghostscript-gnu \ - acroread4:${PORTSDIR}/print/acroread4 + ps2pdf:${PORTSDIR}/print/ghostscript-gnu NO_BUILD= yes |