summaryrefslogtreecommitdiff
path: root/www/apache13-ssl
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-08-16 04:45:27 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-08-16 04:45:27 +0000
commit339123d14200b34c75f514ec727e852d90843b31 (patch)
treed1c911939ab1badf4e4471fb46fd1372795b9084 /www/apache13-ssl
parentRemove xgopher ... it seems to be slowly vanishing from master sites (diff)
The path to the SSLeay port is "security/SSLeay", not "security/SSLeay-0.8.1"
Notes
Notes: svn path=/head/; revision=7598
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r--www/apache13-ssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile
index 93e5d3175aa5..27e9eba41bad 100644
--- a/www/apache13-ssl/Makefile
+++ b/www/apache13-ssl/Makefile
@@ -3,7 +3,7 @@
# Date created: 15th August 1997
# Whom: Richard Seaman <dick@tar.com>
#
-# $Id$
+# $Id: Makefile,v 1.37 1997/08/15 15:44:27 markm Exp $
DISTNAME= apache_1.2.1
PKGNAME= apacheSSL-1.2.1
@@ -15,7 +15,7 @@ MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX}
SSL_EXTRAS= apache_1.2.0+ssl_1.8.tar.gz
DISTFILES= ${MAIN_SRC} ${SSL_EXTRAS}
EXTRACT_ONLY= ${MAIN_SRC}
-BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay-0.8.1
+BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay
RESTRICTED= "Contains cryptography"
MAINTAINER= markm@freebsd.org