diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 04:59:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 04:59:50 +0000 |
commit | 7e7c05a5c3d3d2dce237a807fa16d899ce5dec0c (patch) | |
tree | c74847167d3173a23cdfc49ce90072a2f023fecd /security/ccrypt | |
parent | 7f91b56b5bf59db3283548ee901e99d9efd163c4 (diff) |
BROKEN on 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=91281
Diffstat (limited to 'security/ccrypt')
-rw-r--r-- | security/ccrypt/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |