diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-14 22:50:05 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-14 22:50:05 +0800 |
commit | 3e509e207b9328ed78be85d0b7b5dbaae0161d3e (patch) | |
tree | f53df732b7070055336387614b04961c5ede21fe /net | |
parent | 091dc3e46bdb955757de0517d6869edc41e54cd3 (diff) | |
download | freebsd-ports-gnome-3e509e207b9328ed78be85d0b7b5dbaae0161d3e.tar.gz freebsd-ports-gnome-3e509e207b9328ed78be85d0b7b5dbaae0161d3e.tar.zst freebsd-ports-gnome-3e509e207b9328ed78be85d0b7b5dbaae0161d3e.zip |
Mark deprecated. Removing this port allows simplifying net/libnet and all
ports that depend on it.
Diffstat (limited to 'net')
-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 |