summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-02 18:54:19 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-02 18:54:19 +0000
commit22564fbf0a1c3c5596fa5b9ade01391b63aa9d01 (patch)
treeff1f25363f12b4859263105a2c363690e1a06ecb
parentmake dbus an optional (default=on) requirement (diff)
Mark this port as BROKEN and DEPRECATED. It does not build with guile-1.8,
it has not been updated since 2003, and it is unmaintained. It will be removed after one month.
-rw-r--r--net/dhcp-agent/Makefile5
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>