diff options
author | itojun <itojun@pkgsrc.org> | 2000-05-26 14:59:57 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-05-26 14:59:57 +0000 |
commit | e5d60169dfdd9bf92bc6e7c6face18d80cc965b4 (patch) | |
tree | c3a3edd2a5d98e9d57b4419568630fa9c2394e60 /net/p5-Socket6 | |
parent | 7670d04d6569f0855e1addcf4cc482d5e03aeacb (diff) | |
download | pkgsrc-e5d60169dfdd9bf92bc6e7c6face18d80cc965b4.tar.gz |
add USE_INET6 to indicate IPv6 support
Diffstat (limited to 'net/p5-Socket6')
-rw-r--r-- | net/p5-Socket6/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index 5789f6952f3..168afdd2ba5 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/26 14:55:56 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2000/05/26 14:59:57 itojun Exp $ # DISTNAME= Socket6-0.06 @@ -11,6 +11,10 @@ HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html USE_PERL5= YES +# supports IPv6 (actually, af independent) +.include "../../mk/bsd.prefs.mk" +BUILD_DEFS+= USE_INET6 + do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL \ CCFLAGS="${CFLAGS} ${CPPFLAGS}" |