diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 21:11:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 21:11:37 +0000 |
commit | 291f9557da224eeae586709900012dc78e187aff (patch) | |
tree | ebb91c2435cda45006af37ba4a4928bea4188b24 /x11 | |
parent | 618b73ab49968461600dbd6f06f86e731e81402f (diff) | |
download | ports-291f9557da224eeae586709900012dc78e187aff.tar.gz ports-291f9557da224eeae586709900012dc78e187aff.zip |
- Deprecate, it depends on another already expired port
Notes
Notes:
svn path=/head/; revision=215131
Diffstat (limited to 'x11')
-rw-r--r-- | x11/9term/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 9dee1184677a..017ee959c59b 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -18,6 +18,9 @@ COMMENT= An X11 program which emulates a plan9 window # needs library and private header, but not during runtime BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/editors/sam:build +DEPRECATED= depends on expired port +EXPIRATION_DATE=2008-07-18 + NO_WRKSUBDIR= yes USE_XORG= x11 MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${.CURDIR}/../../editors/sam/work |