summaryrefslogtreecommitdiff
path: root/net/p5-Net
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-03 11:35:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-03 11:35:24 +0000
commit07d2d1313c1fc256c234364faf0741768510ba2a (patch)
tree1b3edfb9d574abd017f9a83710bf9f7da72c1776 /net/p5-Net
parentUpgrade to 1.10. (diff)
Remove the last remnant of p5-IO dependency.
Found by: make index
Notes
Notes: svn path=/head/; revision=6698
Diffstat (limited to 'net/p5-Net')
-rw-r--r--net/p5-Net/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile
index 1aeb4dacc623..15cc57f2ec9d 100644
--- a/net/p5-Net/Makefile
+++ b/net/p5-Net/Makefile
@@ -3,7 +3,7 @@
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.8 1997/05/20 03:31:02 asami Exp $
+# $Id: Makefile,v 1.9 1997/05/24 13:17:12 jfitz Exp $
#
DISTNAME= libnet-1.05
@@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= Net
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \
- ${PREFIX}/lib/perl5/IO/Socket.pm:${PORTSDIR}/net/p5-IO \
${PREFIX}/lib/perl5/site_perl/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5