From 7a5d4d32b009901000b9fb6fd79d98ef7f7727a5 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 9 Feb 2009 13:34:51 +0000 Subject: Only provide the openssl option if libfetch was built with it. --- net/fetch/Makefile | 3 +-- net/fetch/options.mk | 8 +++++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'net/fetch') 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" -- cgit v1.2.3