diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-10-27 19:13:06 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-10-27 19:13:06 +0000 |
commit | 11d09fb6fa3d8f0366aca1ebdb2d100319bbdf1c (patch) | |
tree | 4af0372e32ed0c7547557acc1fd3a731e3d584b8 /games/tinymux/Makefile | |
parent | 6b49317950a46203535ce31f8db2a6682b0c4952 (diff) | |
download | ports-11d09fb6fa3d8f0366aca1ebdb2d100319bbdf1c.tar.gz ports-11d09fb6fa3d8f0366aca1ebdb2d100319bbdf1c.zip |
Notes
Diffstat (limited to 'games/tinymux/Makefile')
-rw-r--r-- | games/tinymux/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile index 3e8bb889fbf4..2309c4ed9ed6 100644 --- a/games/tinymux/Makefile +++ b/games/tinymux/Makefile @@ -7,7 +7,7 @@ PORTNAME= tinymux PORTVERSION= 1.6p0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.moosh.net/pub/mush/servers/tinymux/TinyMUX-1.x/ @@ -23,18 +23,9 @@ USE_AUTOCONF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - post-extract: @${RM} -f ${WRKSRC}/gdbm.h -post-patch: - @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/udb_ochunk.c - # # Distribution does not include an install target. So here it is. do-install: @@ -67,4 +58,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |