diff options
author | billf <billf@FreeBSD.org> | 1998-12-12 06:46:14 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-12 06:46:14 +0800 |
commit | 73a0091f999160afcd72afe0cde740425839473f (patch) | |
tree | 4da8aba0a95b19e97a6905c4c8a109d80a409aea | |
parent | 5415ceee93abfa28f2bbb65b5d21d8ad521975f0 (diff) | |
download | freebsd-ports-graphics-73a0091f999160afcd72afe0cde740425839473f.tar.gz freebsd-ports-graphics-73a0091f999160afcd72afe0cde740425839473f.tar.zst freebsd-ports-graphics-73a0091f999160afcd72afe0cde740425839473f.zip |
This now breaks on the patch stage, which it didn't in my sandbox. I'm
marking it broken until I figure out why.
-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 28dc44295cd..7bb976c2825 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" |