diff options
author | grog <grog@FreeBSD.org> | 2001-03-19 08:18:07 +0800 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-03-19 08:18:07 +0800 |
commit | 05308ee1a62daf3f7ce9e61c9bc84c940212a4c0 (patch) | |
tree | f5485787941da397dc4ff6e84ddf6e1cb1f26048 /misc/instant-workstation/Makefile | |
parent | abe014826beb01b89675b9ecde8fe54137d7b153 (diff) | |
download | freebsd-ports-graphics-05308ee1a62daf3f7ce9e61c9bc84c940212a4c0.tar.gz freebsd-ports-graphics-05308ee1a62daf3f7ce9e61c9bc84c940212a4c0.tar.zst freebsd-ports-graphics-05308ee1a62daf3f7ce9e61c9bc84c940212a4c0.zip |
Remove ghostview.
Get dependencies right for postfix and acroread4.
Update packing list.
Diffstat (limited to 'misc/instant-workstation/Makefile')
-rw-r--r-- | misc/instant-workstation/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile index 81688e4b18d..36397f25617 100644 --- a/misc/instant-workstation/Makefile +++ b/misc/instant-workstation/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= acroread:${PORTSDIR}/print/acroread4 \ emacs:${PORTSDIR}/editors/emacs20 \ fetchmail:${PORTSDIR}/mail/fetchmail \ ghostscript:${PORTSDIR}/print/ghostscript6 \ - ghostview:${PORTSDIR}/print/ghostview \ grip:${PORTSDIR}/audio/grip \ gimp:${PORTSDIR}/graphics/gimp1 \ gv:${PORTSDIR}/print/gv \ @@ -30,7 +29,7 @@ RUN_DEPENDS= acroread:${PORTSDIR}/print/acroread4 \ mount_smbfs:${PORTSDIR}/net/smbfs \ mutt:${PORTSDIR}/mail/mutt \ netscape:${PORTSDIR}/www/netscape47-communicator \ - postfix:${PORTSDIR}/mail/postfix \ + /usr/local/sbin/postfix:${PORTSDIR}/mail/postfix \ xamp:${PORTSDIR}/audio/xamp \ xtset:${PORTSDIR}/x11/xtset \ xmms:${PORTSDIR}/audio/xmms \ @@ -40,3 +39,7 @@ NO_WRKSUBDIR= YES NO_BUILD= YES .include <bsd.port.mk> + + + + |