diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-08 05:22:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-08 05:22:40 +0000 |
commit | 17fb6891556c463fb3d406722ef951581542709e (patch) | |
tree | 242b8289c49be22d8d74a90b1982ad2188da1467 /comms | |
parent | ad737b96829b93068c8036f7a703cdb0aa1bcc40 (diff) | |
download | ports-17fb6891556c463fb3d406722ef951581542709e.tar.gz ports-17fb6891556c463fb3d406722ef951581542709e.zip |
Mark as broken on 5.x. Informed maintainer.
Notes
Notes:
svn path=/head/; revision=95316
Diffstat (limited to 'comms')
-rw-r--r-- | comms/seyon/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index bcc2483f3a54..b7f943afba53 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -20,4 +20,10 @@ USE_IMAKE= yes MAN1= seyon.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION} (missing header)" +.endif + +.include <bsd.port.post.mk> |