diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-27 11:38:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-27 11:38:57 +0000 |
commit | 0caf61d670df7e53f4392d55b6415a436e72b7ff (patch) | |
tree | 4a14f2d261c11d3f61626ce3b6789f4374ab0d60 /lang/perl5 | |
parent | c6d8ab5b3a8b122fc8ca7b3adeeddf19a6b7b3f9 (diff) | |
download | pkgsrc-0caf61d670df7e53f4392d55b6415a436e72b7ff.tar.gz |
Remove Darwin comment above SunOS block.
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/perl5/options.mk b/lang/perl5/options.mk index 4aaa8dcbad6..614d650301a 100644 --- a/lang/perl5/options.mk +++ b/lang/perl5/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2016/01/27 10:45:47 jperkin Exp $ +# $NetBSD: options.mk,v 1.11 2016/01/27 11:38:57 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.perl PKG_OPTIONS_REQUIRED_GROUPS= perlbits @@ -41,7 +41,6 @@ PKG_SUGGESTED_OPTIONS+= 64bitnone PKG_SUGGESTED_OPTIONS+= 64bitauto .endif -# Note: dtrace command on Darwin lacks required -G option .if !empty(MACHINE_PLATFORM:MSunOS-5.1[1-9]-*) PKG_SUGGESTED_OPTIONS+= dtrace .endif |