summaryrefslogtreecommitdiff
path: root/net/fetch
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-09 13:34:51 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-09 13:34:51 +0000
commitd88fddca06838e4b2ebdb0168c432792bcac061f (patch)
tree37acf354110e3bd9dacf2e5462b85cfc33e5811d /net/fetch
parentd537ef643ac615e3c5757ee2455869d655a07826 (diff)
downloadpkgsrc-d88fddca06838e4b2ebdb0168c432792bcac061f.tar.gz
Only provide the openssl option if libfetch was built with it.
Diffstat (limited to 'net/fetch')
-rw-r--r--net/fetch/Makefile3
-rw-r--r--net/fetch/options.mk8
2 files changed, 6 insertions, 5 deletions
diff --git a/net/fetch/Makefile b/net/fetch/Makefile
index 31acf080385..393e3677d25 100644
--- a/net/fetch/Makefile
+++ b/net/fetch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/02/05 23:38:18 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2009/02/09 13:34:51 joerg Exp $
#
DISTNAME= fetch-1.4
@@ -24,5 +24,4 @@ do-extract:
.include "options.mk"
-.include "../../net/libfetch/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/fetch/options.mk b/net/fetch/options.mk
index 97d03f118d3..6585fc8f88d 100644
--- a/net/fetch/options.mk
+++ b/net/fetch/options.mk
@@ -1,8 +1,10 @@
-# $NetBSD: options.mk,v 1.1.1.1 2008/10/08 15:28:30 joerg Exp $
+# $NetBSD: options.mk,v 1.2 2009/02/09 13:34:51 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libfetch
-PKG_SUPPORTED_OPTIONS= openssl
-PKG_SUGGESTED_OPTIONS= openssl
+PKG_SUPPORTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../net/libfetch/buildlink3.mk"
.include "../../mk/bsd.options.mk"