diff options
author | joerg <joerg> | 2009-02-09 13:34:51 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-09 13:34:51 +0000 |
commit | 7a5d4d32b009901000b9fb6fd79d98ef7f7727a5 (patch) | |
tree | 37acf354110e3bd9dacf2e5462b85cfc33e5811d /net | |
parent | cb361494b7585154b20c4d0f9e304b5cc3341755 (diff) | |
download | pkgsrc-7a5d4d32b009901000b9fb6fd79d98ef7f7727a5.tar.gz |
Only provide the openssl option if libfetch was built with it.
Diffstat (limited to 'net')
-rw-r--r-- | net/fetch/Makefile | 3 | ||||
-rw-r--r-- | net/fetch/options.mk | 8 |
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" |