From 877b8a533b44bb6324ebbaf65cd80a60d1572003 Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Mon, 17 Apr 2000 00:18:05 +0000 Subject: Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports --- ftp/curl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp/curl') diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 2e3fd4b14cf6..56618c43d393 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -17,7 +17,7 @@ MASTER_SITES= http://curl.haxx.nu/stuff/ \ MAINTAINER= kris@FreeBSD.org -.if defined(USE_SSL) +.if defined(WITH_SSL) USE_OPENSSL= RSA .endif -- cgit v1.2.3