diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-08 10:07:15 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-08 10:07:15 +0000 |
commit | 49968a899ffa2d7fb9ef24aa0478f3ed0f8c5f46 (patch) | |
tree | 8d7bf065d164ff26896a3faafc0c1e0334a58076 /misc/instant-workstation/Makefile | |
parent | 706c61fb34b4f2b3e300462fec2d5902dc581299 (diff) |
Change dependency of acroread to print/acroread5.
Notes
Notes:
svn path=/head/; revision=84462
Diffstat (limited to 'misc/instant-workstation/Makefile')
-rw-r--r-- | misc/instant-workstation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile index 61f6b6bf22cc..a7a0459f14cf 100644 --- a/misc/instant-workstation/Makefile +++ b/misc/instant-workstation/Makefile @@ -7,14 +7,14 @@ PORTNAME= instant-workstation PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://ftp.lemis.com/pub/ MAINTAINER= grog@lemis.com COMMENT= Instant workstation installs a typical set of ports for a workstation -RUN_DEPENDS= acroread:${PORTSDIR}/print/acroread4 \ +RUN_DEPENDS= acroread:${PORTSDIR}/print/acroread5 \ bash:${PORTSDIR}/shells/bash2 \ cdrecord:${PORTSDIR}/sysutils/cdrtools \ dos2unix:${PORTSDIR}/converters/unix2dos \ |