diff options
author | peter <peter@FreeBSD.org> | 1997-08-16 12:45:27 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-08-16 12:45:27 +0800 |
commit | 432d8f631f7b0632f516b918a69b627717867093 (patch) | |
tree | 88a2fec9331e454724ded5cd32a6ee4261b2a464 /www | |
parent | 9869e7636b7c47a695aabb1f034646d4c3d139a1 (diff) | |
download | freebsd-ports-gnome-432d8f631f7b0632f516b918a69b627717867093.tar.gz freebsd-ports-gnome-432d8f631f7b0632f516b918a69b627717867093.tar.zst freebsd-ports-gnome-432d8f631f7b0632f516b918a69b627717867093.zip |
The path to the SSLeay port is "security/SSLeay", not "security/SSLeay-0.8.1"
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13-ssl/Makefile | 4 |
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 |