diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-29 07:30:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-29 07:30:09 +0000 |
commit | d351a6996806b23c708de932ee8b8d6388a86a7b (patch) | |
tree | 1bca7a5db5a34501faf9491b270acd4a2003e136 /comms/seyon/Makefile | |
parent | a23d27af441559460e07378280e801d6a5aeaa1f (diff) | |
download | ports-d351a6996806b23c708de932ee8b8d6388a86a7b.tar.gz ports-d351a6996806b23c708de932ee8b8d6388a86a7b.zip |
Fix build on 5.x.
PR: ports/60675
Submitted by: Samy Al Bahra <samy@kerneled.com>
Notes
Notes:
svn path=/head/; revision=96862
Diffstat (limited to 'comms/seyon/Makefile')
-rw-r--r-- | comms/seyon/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index b7f943afba53..bcc2483f3a54 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -20,10 +20,4 @@ USE_IMAKE= yes MAN1= seyon.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile on FreeBSD ${OSVERSION} (missing header)" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |