diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 20:18:54 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 20:18:54 +0800 |
commit | 5c0941bc08fddceefefb8d87a3c6c37c3b5b4095 (patch) | |
tree | 5b1728bd667f60ecf24e4756b37dd51cb7e02359 /security/pgp6 | |
parent | f3581bac88feccffdf04d0c140510b5e106754fa (diff) | |
download | freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.tar.gz freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.tar.zst freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.zip |
BROKEN on 5.1: does not compile
Diffstat (limited to 'security/pgp6')
-rw-r--r-- | security/pgp6/Makefile | 8 |
1 files changed, 7 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> |