diff options
author | tv <tv@pkgsrc.org> | 1998-12-05 02:46:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-05 02:46:19 +0000 |
commit | f94ee65063b8fe5004ae90b0a7c0a23f540d6191 (patch) | |
tree | 04961632ce347c8893eb7ff80eddc1c0188f41d3 /net/p5-Net | |
parent | 276a46a88f7fa976f2f02b7decc795cd04d828d0 (diff) | |
download | pkgsrc-f94ee65063b8fe5004ae90b0a7c0a23f540d6191.tar.gz |
Works fine on alpha. Perl has dynamic loading now.
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index b0931fc9c1c..a1e7a0b3509 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/11/30 02:50:34 explorer Exp $ +# $NetBSD: Makefile,v 1.12 1998/12/05 02:46:19 tv Exp $ # FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp # @@ -13,8 +13,6 @@ HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Data/Dumper.pm:../../devel/p5-Data-Dumper -NOT_FOR_ARCHS= alpha # dynamic loading needed in perl - USE_PERL5= YES do-configure: |