diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-08-29 23:25:25 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-08-29 23:25:25 +0800 |
commit | 27348d213846647cf615a272b5b4350ef97eda32 (patch) | |
tree | 132e9d6a441e9bb7b118c5f821af3afaf1b973c1 /net | |
parent | be98400c1362c333a956868401035c65ad42469e (diff) | |
download | freebsd-ports-gnome-27348d213846647cf615a272b5b4350ef97eda32.tar.gz freebsd-ports-gnome-27348d213846647cf615a272b5b4350ef97eda32.tar.zst freebsd-ports-gnome-27348d213846647cf615a272b5b4350ef97eda32.zip |
Since user level ppp can now do MPPE, there's no longer a good reason to
deprecate this port.
Submitted by: brian
Diffstat (limited to 'net')
-rw-r--r-- | net/poptop/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/poptop/Makefile b/net/poptop/Makefile index a1ccebed7774..b83f209e88f3 100644 --- a/net/poptop/Makefile +++ b/net/poptop/Makefile @@ -13,8 +13,6 @@ DISTNAME= pptpd-${PORTVERSION} MAINTAINER= nsayer@freebsd.org -FORBIDDEN= "This port is deprecated in favor of ports/net/mpd-netgraph's pptp functionality" - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bsdppp |