diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 22:59:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 22:59:51 +0000 |
commit | a60c32b0cdcba6b32477ad6357c4b7db6749c49f (patch) | |
tree | 529cc05f078ef35ecb2ab402ec4c0ee4d5801368 /irc | |
parent | BROKEN on 5.x: configure fails (diff) |
BROKEN on 5.x: Does not compile
Notes
Notes:
svn path=/head/; revision=100187
Diffstat (limited to 'irc')
-rw-r--r-- | irc/dancer-ircd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/dancer-ircd/Makefile b/irc/dancer-ircd/Makefile index 38df913b74f8..72fa01bab800 100644 --- a/irc/dancer-ircd/Makefile +++ b/irc/dancer-ircd/Makefile @@ -33,6 +33,12 @@ GNU_CONFIGURE= yes IS_INTERACTIVE= yes .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-patch: ${REINPLACE_CMD} 's:@@prefix@@:${PREFIX}:g' ${WRKSRC}/src/paths.c @@ -70,4 +76,4 @@ post-install: ${DOCSDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |