summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-01-04 22:20:31 +0000
committerheinz <heinz@pkgsrc.org>2008-01-04 22:20:31 +0000
commit85c9c4f2076634dd6cedee4fd7b567f155646ce7 (patch)
treece38f39e81c6a580597017846c41585171c970a8
parent1ac83186932c1e4830ce3b38bc9346e1cbbd5a3d (diff)
downloadpkgsrc-85c9c4f2076634dd6cedee4fd7b567f155646ce7.tar.gz
The package needs a C compiler.
-rw-r--r--security/p5-Crypt-SSLeay/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index 70c09fa46a3..d8e45297d7d 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/11/29 14:16:37 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2008/01/04 22:20:31 heinz Exp $
#
DISTNAME= Crypt-SSLeay-0.57
@@ -13,6 +13,8 @@ COMMENT= Crypt::SSLeay - OpenSSL glue that provides LWP https support
PKG_DESTDIR_SUPPORT= user-destdir
+USE_LANGUAGES= c
+
PERL5_PACKLIST= auto/Crypt/SSLeay/.packlist
MAKE_ENV+= PERL_MM_USE_DEFAULT=1