diff options
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}" |