summaryrefslogtreecommitdiff
path: root/net/p5-Socket6
diff options
context:
space:
mode:
authoritojun <itojun>2000-05-26 14:59:57 +0000
committeritojun <itojun>2000-05-26 14:59:57 +0000
commitebc70786ad98605e8e9270d9b56735b7253745dd (patch)
treec3a3edd2a5d98e9d57b4419568630fa9c2394e60 /net/p5-Socket6
parent4a4a715f30547bb87c7abb0660bd09ac9c2a840a (diff)
downloadpkgsrc-ebc70786ad98605e8e9270d9b56735b7253745dd.tar.gz
add USE_INET6 to indicate IPv6 support
Diffstat (limited to 'net/p5-Socket6')
-rw-r--r--net/p5-Socket6/Makefile6
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}"