diff options
author | itojun <itojun> | 2000-05-26 14:59:57 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-05-26 14:59:57 +0000 |
commit | ebc70786ad98605e8e9270d9b56735b7253745dd (patch) | |
tree | c3a3edd2a5d98e9d57b4419568630fa9c2394e60 | |
parent | 4a4a715f30547bb87c7abb0660bd09ac9c2a840a (diff) | |
download | pkgsrc-ebc70786ad98605e8e9270d9b56735b7253745dd.tar.gz |
add USE_INET6 to indicate IPv6 support
-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}" |