diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:17:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:17:07 +0000 |
commit | 6c0f3c4de5196941ad9658923e7960daadb49914 (patch) | |
tree | 456e92f5b574410083d3137d78ca32135943f378 /comms | |
parent | 4998ad39f48c0364d28d2e7521b96fa476a406e3 (diff) | |
download | ports-6c0f3c4de5196941ad9658923e7960daadb49914.tar.gz ports-6c0f3c4de5196941ad9658923e7960daadb49914.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/vpb-driver/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/vpb-driver/Makefile b/comms/vpb-driver/Makefile index 070ebce586f2..ccade7cc4964 100644 --- a/comms/vpb-driver/Makefile +++ b/comms/vpb-driver/Makefile @@ -41,6 +41,8 @@ BROKEN= Does not compile on ${ARCH} .else BROKEN= leaves files behind on deinstall .endif +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 .if ${OSVERSION} < 502000 IGNORE= is not for FreeBSD versions < 502000 |