diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-02 18:54:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-02 18:54:19 +0000 |
commit | 22564fbf0a1c3c5596fa5b9ade01391b63aa9d01 (patch) | |
tree | ff1f25363f12b4859263105a2c363690e1a06ecb /net/dhcp-agent | |
parent | f4a98f46cdad64c920bacf4c16ec07bd9563bca2 (diff) | |
download | ports-22564fbf0a1c3c5596fa5b9ade01391b63aa9d01.tar.gz ports-22564fbf0a1c3c5596fa5b9ade01391b63aa9d01.zip |
Notes
Diffstat (limited to 'net/dhcp-agent')
-rw-r--r-- | net/dhcp-agent/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/dhcp-agent/Makefile b/net/dhcp-agent/Makefile index 5513b7ce1c3f..e3eb4450394d 100644 --- a/net/dhcp-agent/Makefile +++ b/net/dhcp-agent/Makefile @@ -27,4 +27,9 @@ USE_LDCONFIG= yes MAN1= dhcp-client.1 dhcp-sniff.1 INFO= dhcp-agent +BROKEN= does not build with guile-1.8 +DEPRECATED= Dhcp-agent has not been updated since 2003, it does \ + not build with guile-1.8, and it is unmaintained +EXPIRATION_DATE= 2008-04-02 + .include <bsd.port.mk> |