aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-04-16 14:52:35 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-04-16 14:52:35 +0000
commitc4f9a17839c578138789d5065c0d524d4e630a92 (patch)
treed34255845c46219768cf59fef45f0b3c79d81c60 /ftp/curl
parent9d825c5f3ae9b7e20562c7453bc89f62c6745eea (diff)
downloadports-c4f9a17839c578138789d5065c0d524d4e630a92.tar.gz
ports-c4f9a17839c578138789d5065c0d524d4e630a92.zip
Notes
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 459bd276ad23..b06a5085669e 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -53,7 +53,7 @@ USE_BZIP2= yes
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_SSL)
-.include "${PORTSDIR}/security/openssl/Makefile.ssl"
+.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
.else
CONFIGURE_ARGS= --without-ssl