diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
commit | 7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (patch) | |
tree | 4a12b2cc5f942c5cbd90e6095a46749e9487c31e /games/alienblaster | |
parent | 9eca9d9c3be542fb7d2775295de32351162caa11 (diff) | |
download | FreeBSD-ports-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.zip FreeBSD-ports-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.gz |
Remove always-false/true conditions based on OSVERSION 500000
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 bb52606..d000cdb 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> |