summaryrefslogtreecommitdiff
path: root/ftp/curl
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-04-17 00:18:05 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-04-17 00:18:05 +0000
commit877b8a533b44bb6324ebbaf65cd80a60d1572003 (patch)
treee1a018208ceade04ca56a70c5184978cac51853e /ftp/curl
parentReplace AWOL maintainer with an active one (Assar Westerlund <assar@stacken.k... (diff)
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
Notes
Notes: svn path=/head/; revision=27679
Diffstat (limited to 'ftp/curl')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
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