diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 14:50:05 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 14:50:05 +0000 |
commit | 40cd33e4ec9c940ce67d30f937a5078737482c25 (patch) | |
tree | f53df732b7070055336387614b04961c5ede21fe /net/libnet10/Makefile | |
parent | 09b1a835922dd16c1253d6a23708d7666f866d98 (diff) |
Mark deprecated. Removing this port allows simplifying net/libnet and all
ports that depend on it.
Notes
Notes:
svn path=/head/; revision=361786
Diffstat (limited to 'net/libnet10/Makefile')
-rw-r--r-- | net/libnet10/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile index 206e09e43ed9..77cff13c1925 100644 --- a/net/libnet10/Makefile +++ b/net/libnet10/Makefile @@ -14,6 +14,9 @@ PKGNAMESUFFIX= 10 MAINTAINER= ports@FreeBSD.org COMMENT= C library for creating IP packets +DEPRECATED= Superseded by net/libnet +EXPIRATION_DATE=2014-08-31 + CFLAGS+= -fPIC USE_AUTOTOOLS= autoconf |