diff options
author | wen <wen@FreeBSD.org> | 2009-11-11 16:06:56 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-11 16:06:56 +0800 |
commit | 25426661c0d1cc4789227da5eb12f8d5454617e5 (patch) | |
tree | 7c14f2fae9958c8eef196a9993f54c22739567a3 | |
parent | a7c13fb1fb4ea8a1f4eccce356012c1ec65396fb (diff) | |
download | freebsd-ports-gnome-25426661c0d1cc4789227da5eb12f8d5454617e5.tar.gz freebsd-ports-gnome-25426661c0d1cc4789227da5eb12f8d5454617e5.tar.zst freebsd-ports-gnome-25426661c0d1cc4789227da5eb12f8d5454617e5.zip |
- Remove Net::EPP::Client and Net::EPP::Frame
PR: ports/140050
Submitted by: wen@FreeBSD.org (myself)
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 1792c10303d6..64ba6e1c6bf5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -514,8 +514,7 @@ SUBDIR += p5-Net-Delicious SUBDIR += p5-Net-Dict SUBDIR += p5-Net-Divert - SUBDIR += p5-Net-EPP-Client - SUBDIR += p5-Net-EPP-Frame + SUBDIR += p5-Net-EPP SUBDIR += p5-Net-EPP-Proxy SUBDIR += p5-Net-FS-Flickr SUBDIR += p5-Net-FS-Gmail |