diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-02-10 09:24:53 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-02-10 09:24:53 +0000 |
commit | c6004c87781f47afc8ce5baf6e2642905256f438 (patch) | |
tree | 0c8dce1c9c2559e198b85acfc7026a6ebf7b3221 /misc | |
parent | Update to 4.24. See http://www.jwz.org/xscreensaver/changelog.html for the (diff) |
* Remove print/acroread - it has expired on 2006-01-03
* Remove print/acroread related ports:
chinese/acroread5-chsfont
chinese/acroread5-chtfont
japanese/acroread5-jpnfont
korean/acroread5-korfont
print/acroread5-commfont
* Update misc/instant-workstation to use print/acroread7
Reviewed by: netchild
Approved by: garga (mentor)
Notes
Notes:
svn path=/head/; revision=155632
Diffstat (limited to 'misc')
-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 883093362633..d25608411e49 100644 --- a/misc/instant-workstation/Makefile +++ b/misc/instant-workstation/Makefile @@ -7,7 +7,7 @@ PORTNAME= instant-workstation PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://ftp.lemis.com/pub/ @@ -18,7 +18,7 @@ BROKEN= Incomplete pkg-plist USE_GHOSTSCRIPT_RUN= yes -RUN_DEPENDS= acroread:${PORTSDIR}/print/acroread \ +RUN_DEPENDS= acroread7:${PORTSDIR}/print/acroread7 \ bash:${PORTSDIR}/shells/bash2 \ cdrecord:${PORTSDIR}/sysutils/cdrtools \ dos2unix:${PORTSDIR}/converters/unix2dos \ |