diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-20 19:45:53 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-20 19:45:53 +0000 |
commit | 7618d06316514baa161800eb26986b28cd26b82a (patch) | |
tree | c994645f386843daf572444a5d77a8be547ec83b /games/taxipilot | |
parent | c9aac656dc269b84947afa7ad0cab94871633b07 (diff) | |
download | ports-7618d06316514baa161800eb26986b28cd26b82a.tar.gz ports-7618d06316514baa161800eb26986b28cd26b82a.zip |
Mark broken on 4.x and drop Maintainership, because I obviously don't care
enough about this port.
Notes
Notes:
svn path=/head/; revision=91753
Diffstat (limited to 'games/taxipilot')
-rw-r--r-- | games/taxipilot/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/taxipilot/Makefile b/games/taxipilot/Makefile index 51ca380f52f9..108975267c8c 100644 --- a/games/taxipilot/Makefile +++ b/games/taxipilot/Makefile @@ -10,7 +10,7 @@ CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= taxipilot -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Spacetaxi clone LIB_DEPENDS= noatun.0:${PORTSDIR}/multimedia/kdemultimedia3 @@ -25,9 +25,7 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 500028 -post-patch: - ${REINPLACE_CMD} -e "s,#include <stdint.h>,," \ - ${WRKSRC}/taxipilot/timemanager.h +BROKEN= "Does not build on 4.x" .endif .include <bsd.port.post.mk> |