diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-18 03:55:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-18 03:55:59 +0000 |
commit | 709914a2bf7d43d09a4ce2c11b15c5e6c008bf75 (patch) | |
tree | 177f025a7a6ff4833e66197f3a90672a2c58a864 /mbone | |
parent | Remove BROKEN tag; this port now compiles on 5.x. (diff) |
Remove BROKEN tag; this now compiles on 5.x.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rqm/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mbone/rqm/Makefile b/mbone/rqm/Makefile index 230d6a3c4e0c..6506d857ea54 100644 --- a/mbone/rqm/Makefile +++ b/mbone/rqm/Makefile @@ -30,10 +30,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rqm .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - .include <bsd.port.post.mk> |