diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
commit | f7c0630cd25902e9d0299337f0075f1969f3c15c (patch) | |
tree | a943d8b41968bc02a35c01063aaf35f112a2ce09 /games/alienblaster | |
parent | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200772
Diffstat (limited to 'games/alienblaster')
-rw-r--r-- | games/alienblaster/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/alienblaster/Makefile b/games/alienblaster/Makefile index bb52606fafce..d000cdb92eeb 100644 --- a/games/alienblaster/Makefile +++ b/games/alienblaster/Makefile @@ -21,12 +21,6 @@ REINPLACE_ARGS= -i '' WRKSRC= ${WRKDIR}/${PORTNAME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "use atoll() interface" -.endif - post-patch: # Fix make command @${REINPLACE_CMD} -e 's|make|${GMAKE}|g' ${WRKSRC}/${MAKEFILE} @@ -57,4 +51,4 @@ do-install: ${CP} -R ${WRKSRC}/${d} ${DATADIR} .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |