diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-11 00:43:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-11 00:43:27 +0000 |
commit | fefaf4a726ff41d14c5fdaa0305388d3f1f06cd9 (patch) | |
tree | 5fc7d62714b719c1d4a0c753cfdf791bb8319b1b /misc/pbs | |
parent | Extend the kdebase entry (diff) |
Deprecate these ports that are broken on 5.x and above, with expiry in
1 month.
Notes
Notes:
svn path=/head/; revision=184832
Diffstat (limited to 'misc/pbs')
-rw-r--r-- | misc/pbs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/pbs/Makefile b/misc/pbs/Makefile index 4b3e688efd2b..f86f384cc9ae 100644 --- a/misc/pbs/Makefile +++ b/misc/pbs/Makefile @@ -17,6 +17,9 @@ COMMENT= Batch job queueing system LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \ tk80.1:${PORTSDIR}/x11-toolkits/tk80 +DEPRECATED= Broken on all supported versions of FreeBSD +EXPIRATION_DATE=2007-03-10 + WRKSRC= ${WRKDIR}/${DISTNAME} HAS_CONFIGURE= yes CONFIGURE_ARGS= --set-server-home=/var/spool/pbs --enable-docs |