diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-11 22:46:14 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-11 22:46:14 +0000 |
commit | a59fa58d70ec4fddead72c9d832c0c00e96ac622 (patch) | |
tree | 1f1b40501a34b32a5290d87c5d873897b0faed09 /www/apache13-ssl | |
parent | 36b173fc8ecfeb57a29e55c9356c1cc2b61ac83a (diff) | |
download | ports-a59fa58d70ec4fddead72c9d832c0c00e96ac622.tar.gz ports-a59fa58d70ec4fddead72c9d832c0c00e96ac622.zip |
Notes
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r-- | www/apache13-ssl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 28dc44295cd2..7bb976c28250 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -6,7 +6,7 @@ # and apache-ssl port by Mark Murray <mark@grondar.za>. # Oh, and with a little bit of help from Ben :) # -# $Id: $ +# $Id: Makefile,v 1.48 1998/12/11 22:37:09 billf Exp $ APACHE= 1.3.3 APACHE-SSL= 1.28 @@ -38,6 +38,8 @@ MAINTAINER= Adam Laurie \<adam@algroup.co.uk\> RUN_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay +BROKEN= fails on patch + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} RESTRICTED= "Contains cryptography" |