diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:18:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:18:54 +0000 |
commit | 5962582d7269a6c9cdfcb155f39c3338c9f1961d (patch) | |
tree | aad243acad70f04a59b2eec25418f838e73f8da7 /security | |
parent | BROKEN on 5.1: Segfault during install (diff) |
BROKEN on 5.1: does not compile
Notes
Notes:
svn path=/head/; revision=81231
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp6/Makefile | 8 | ||||
-rw-r--r-- | security/slush/Makefile | 4 |
2 files changed, 11 insertions, 1 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index ca6d27cf36cb..ed2f5ebf2118 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -22,6 +22,12 @@ DISTNAME= pgpsrc658unix MAINTAINER= mike@fate.com COMMENT= Public-Key encryption for the masses +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + WRKSRC= ${WRKDIR}/pgpsrc USE_GMAKE= yes @@ -48,4 +54,4 @@ do-install: cd ${WRKSRC}/clients/pgp/cmdline ; ${GMAKE} install ; \ ${INSTALL_MAN} packaging/pgp-6.0/man/man1/pgp.1 ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/slush/Makefile b/security/slush/Makefile index 7b0bb0511c62..7433404aa138 100644 --- a/security/slush/Makefile +++ b/security/slush/Makefile @@ -24,6 +24,10 @@ USE_OPENSSL= YES BROKEN= does not build .endif +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/slush |