diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 20:46:07 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 20:46:07 +0000 |
commit | 291c479c05b7db09d3f5fed575c33e06d849b994 (patch) | |
tree | 6995e292f0307c3729fbab1a69be6e6f79b6ede1 /net/netembryo | |
parent | 61c8234e51291cfc7728ffcdab05d8c75ca215bd (diff) | |
download | ports-291c479c05b7db09d3f5fed575c33e06d849b994.tar.gz ports-291c479c05b7db09d3f5fed575c33e06d849b994.zip |
Notes
Diffstat (limited to 'net/netembryo')
-rw-r--r-- | net/netembryo/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile index 7a6eae118a01..50bd4b5e847c 100644 --- a/net/netembryo/Makefile +++ b/net/netembryo/Makefile @@ -21,12 +21,4 @@ USE_BZIP2= yes USE_LDCONFIG= yes USE_GNOME= pkgconfig gnomehack -OPTIONS= SCTP "Don't check if SCTP is present" off - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700028 && ! defined(WITH_SCTP) -IGNORE= sorry, please use FreeBSD 7.x or patch your system for SCTP (http://www.sctp.org/download.html) and use WITH_SCTP=YES -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |