diff options
author | grog <grog@FreeBSD.org> | 2001-03-10 05:15:24 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-03-10 05:15:24 +0000 |
commit | 899e0c03eb3900e6e1c2b502f90422368e0963fd (patch) | |
tree | 636cd98704fe0cc6f56eaaa9d77b22cac0818655 /misc | |
parent | 76793845336bb3e3d234ab0f508630910963a340 (diff) | |
download | FreeBSD-ports-899e0c03eb3900e6e1c2b502f90422368e0963fd.zip FreeBSD-ports-899e0c03eb3900e6e1c2b502f90422368e0963fd.tar.gz |
Tidy up.
With input from: Daniel O'Connor <doconnor@gsoft.com.au>, will
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 d6600fc..48a02e1 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> |