diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/hybserv/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/irc/hybserv/Makefile b/irc/hybserv/Makefile index 2b32aaa..5967fad 100644 --- a/irc/hybserv/Makefile +++ b/irc/hybserv/Makefile @@ -23,11 +23,7 @@ WRKSRC= ${WRKDIR}/hybserv IS_INTERACTIVE= yes .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 BROKEN= "Does not install" -.endif pre-install: .if !defined(PACKAGE_BUILDING) && !defined(BATCH) @@ -41,4 +37,4 @@ post-install: ${CHOWN} -R hybserv:hybserv ${PREFIX}/hybserv ${CHMOD} 700 ${PREFIX}/hybserv -.include <bsd.port.post.mk> +.include <bsd.port.mk> |