diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-20 04:08:21 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-20 04:08:21 +0800 |
commit | d4e9e2091e51c67f2335c618e0ebd1575073bc76 (patch) | |
tree | ce36afca33bef21eed0ca109406f01065380b01c /textproc/prosper | |
parent | c27a4908ab22801cda39891203537c21a6942d55 (diff) | |
download | freebsd-ports-gnome-d4e9e2091e51c67f2335c618e0ebd1575073bc76.tar.gz freebsd-ports-gnome-d4e9e2091e51c67f2335c618e0ebd1575073bc76.tar.zst freebsd-ports-gnome-d4e9e2091e51c67f2335c618e0ebd1575073bc76.zip |
dont depend on a specific PDF viewer
PR: 42970
Submitted by: maintainer
Diffstat (limited to 'textproc/prosper')
-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 |