From 7e7c05a5c3d3d2dce237a807fa16d899ce5dec0c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 15 Oct 2003 04:59:50 +0000 Subject: BROKEN on 5.x: does not compile --- security/ccrypt/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security/ccrypt') diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index e227420f0366..4923c5cf7149 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -26,6 +26,12 @@ MLINKS= ccrypt.1 ccencrypt.1 \ ccrypt.1 ccdecrypt.1 \ ccrypt.1 ccat.1 +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + post-patch: @${REINPLACE_CMD} -e 's|gtar|tar|g' ${WRKSRC}/configure @@ -37,4 +43,4 @@ post-install: .endfor .endif -.include +.include -- cgit v1.2.3