diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-28 18:46:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-28 18:46:58 +0000 |
commit | 0c1cb07dbec6370136a31648770c064121217a6c (patch) | |
tree | b4bc39dc8e6e642cb744fae969c717fb5164d5e6 /net | |
parent | a0e8c76058810121085f1349c547365f9d35b179 (diff) | |
download | ports-0c1cb07dbec6370136a31648770c064121217a6c.tar.gz ports-0c1cb07dbec6370136a31648770c064121217a6c.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/ipa_ip6fw/Makefile | 8 | ||||
-rw-r--r-- | net/pppd23/Makefile | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/net/ipa_ip6fw/Makefile b/net/ipa_ip6fw/Makefile index 646a4ff7e6d0..e48c381ba602 100644 --- a/net/ipa_ip6fw/Makefile +++ b/net/ipa_ip6fw/Makefile @@ -17,11 +17,9 @@ USE_BZIP2= yes USE_LDCONFIG= yes NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700017 IGNORE= not supported on your system, as it does not have IPv6 ipfw firewall -.endif +DEPRECATED= Depends on IPv6 ipfw firewall +EXPIRATION_DATE= 2014-03-14 LOCALINCLUDE?= ${LOCALBASE}/include MAKE_ENV+= DEBUG_FLAGS="" PREFIX=${PREFIX} LOCALINCLUDE=${LOCALINCLUDE} @@ -38,4 +36,4 @@ do-install: cd ${WRKSRC} && ${MAKE} install cd ${WRKSRC}/man && ${MAKE} LANG_DIR_SRC=ru.KOI8-R clean all install -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/pppd23/Makefile b/net/pppd23/Makefile index e15638727100..42f21b7b8955 100644 --- a/net/pppd23/Makefile +++ b/net/pppd23/Makefile @@ -17,10 +17,8 @@ MAN8= pppd.8 pppstats.8 chat.8 MANCOMPRESSED= yes NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800045 IGNORE= depends on PPPDISC, which is no longer available -.endif +DEPRECATED= Depends on PPPDISC +EXPIRATION_DATE= 2014-03-14 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |