diff options
author | Greg Lehey <grog@FreeBSD.org> | 2001-03-10 05:15:24 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2001-03-10 05:15:24 +0000 |
commit | 90230643cef2b4f84dafefb479ef4ce063d95381 (patch) | |
tree | 61bb5b8c959899761b20ade120383acace14dc00 /misc | |
parent | 92b526221207e1115e51a7b18bb19eaad2fb36a2 (diff) | |
download | ports-90230643cef2b4f84dafefb479ef4ce063d95381.tar.gz ports-90230643cef2b4f84dafefb479ef4ce063d95381.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/instant-workstation/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile index d6600fcb5126..48a02e1202a5 100644 --- a/misc/instant-workstation/Makefile +++ b/misc/instant-workstation/Makefile @@ -10,9 +10,9 @@ PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= ftp://ftp.lemis.com/pub/ -MAINTAINER= grog +MAINTAINER= grog@lemis.com -BUILD_DEPENDS= acroread:${PORTSDIR}/print/acroread \ +RUN_DEPENDS= acroread:${PORTSDIR}/print/acroread \ bash:${PORTSDIR}/shells/bash2 \ cdrecord:${PORTSDIR}/sysutils/cdrecord \ emacs:${PORTSDIR}/editors/emacs20 \ @@ -26,11 +26,11 @@ BUILD_DEPENDS= acroread:${PORTSDIR}/print/acroread \ mkisofs:${PORTSDIR}/sysutils/mkisofs \ mutt:${PORTSDIR}/mail/mutt \ netscape:${PORTSDIR}/www/netscape47-communicator \ - png:${PORTSDIR}/graphics/png \ postfix:${PORTSDIR}/mail/postfix \ xtset:${PORTSDIR}/x11/xtset \ xv:${PORTSDIR}/graphics/xv NO_WRKSUBDIR= YES +NO_BUILD= YES .include <bsd.port.mk> |