aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.16
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:22:04 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:22:04 +0000
commitc0b3ecac4483b2524287317171c79548d9842905 (patch)
treea54ccbce3d9ebec379dfb9b18dc59f736f99ac20 /lang/perl5.16
parenta582224f292229127fbfc1892699cee68aed933f (diff)
downloadports-c0b3ecac4483b2524287317171c79548d9842905.tar.gz
ports-c0b3ecac4483b2524287317171c79548d9842905.zip
Remove support for OSVERSION < 5
Notes
Notes: svn path=/head/; revision=200759
Diffstat (limited to 'lang/perl5.16')
-rw-r--r--lang/perl5.16/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile
index 4ec9934273c7..13c8a8237609 100644
--- a/lang/perl5.16/Makefile
+++ b/lang/perl5.16/Makefile
@@ -97,9 +97,6 @@ CONFIGURE_ARGS+= -Dusethreads=y
PKGNAMESUFFIX= -threaded
# it seems perl malloc has problems with threaded perl on FreeBSD
.undef WITH_PERL_MALLOC
-.if ${OSVERSION} < 492000
-CONFIGURE_ARGS+= -Ud_gethostbyaddr_r
-.endif
.else
CONFIGURE_ARGS+= -Dusethreads=n
.endif