diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/powwow/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/powwow/Makefile b/games/powwow/Makefile index 6b3878521b4d..3f06bc46d670 100644 --- a/games/powwow/Makefile +++ b/games/powwow/Makefile @@ -18,12 +18,6 @@ GNU_CONFIGURE= yes MAN6= powwow.6 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000) || (${OSVERSION} >= 603103 && ${OSVERSION} < 700000) -BROKEN= does not compile -.endif - pre-build: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/defines.h \ ${WRKSRC}/list.c ${WRKSRC}/main.c ${WRKSRC}/cmd2.c ${WRKSRC}/beam.c @@ -36,4 +30,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/powwow.doc ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/powwow.help ${DATADIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |