diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 09:31:58 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 09:31:58 +0800 |
commit | efd3830f38faa0eca31dabfbd2ce708b6c45263a (patch) | |
tree | 21a9b604b8e8633c1a971091f247a7384581af5e /security/srp | |
parent | ee35d188a209aa8ccacf3f483fb7c0bd1d5e84c2 (diff) | |
download | freebsd-ports-gnome-efd3830f38faa0eca31dabfbd2ce708b6c45263a.tar.gz freebsd-ports-gnome-efd3830f38faa0eca31dabfbd2ce708b6c45263a.tar.zst freebsd-ports-gnome-efd3830f38faa0eca31dabfbd2ce708b6c45263a.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'security/srp')
-rw-r--r-- | security/srp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/srp/Makefile b/security/srp/Makefile index d5ff238d714c..2cfc64c16e1c 100644 --- a/security/srp/Makefile +++ b/security/srp/Makefile @@ -27,6 +27,12 @@ PORTDOCS= Acknowledgements Copyrights LICENSE copyright.c \ rfc2944.txt rfc2945.txt rfc2946.txt rfc2947.txt rfc2948.txt \ rfc2949.txt rfc2950.txt rfc2952.txt rfc2953.txt srp.ps +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + .if !defined(NOPORTDOCS) post-install: .for f in ${PORTDOCS} @@ -37,4 +43,4 @@ post-install: @${ECHO_CMD} @dirrm share/doc/srp >> ${TMPPLIST} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |