diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-06-13 09:41:53 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-06-13 09:41:53 +0000 |
commit | 3edae3e24ca6cd78c96be67eab3fd5ae71ca4511 (patch) | |
tree | d57d5968a57adff77e17d872c28636759c8215b0 /net/ns/Makefile | |
parent | 244200695eda43ec5bdb0f60035efb5906aaa0e2 (diff) |
Fix build error.
Reported by: Jon <sici@myrealbox.com>
Pointed out by: bento via kris
Submitted by: Hiroyuki Une <harrier@seiryu.cim.hkg.ac.jp>
Notes
Notes:
svn path=/head/; revision=111379
Diffstat (limited to 'net/ns/Makefile')
-rw-r--r-- | net/ns/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index 5cdbdc96c0f8..eefe4f0b4652 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -7,6 +7,7 @@ PORTNAME= ns PORTVERSION= 2.27 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.isi.edu/nsnam/dist/ DISTNAME= ns-src-2.27 @@ -29,10 +30,6 @@ ALL_TARGET= .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502112 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 BROKEN= "Does not compile on alpha 4.x" .endif |