diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /games/frozenbubble | |
parent | 5e3b0872db18497aacc353b3ef94ad8dac11183f (diff) |
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225297
Diffstat (limited to 'games/frozenbubble')
-rw-r--r-- | games/frozenbubble/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile index b2f5a13c5103..0cf8410cab6f 100644 --- a/games/frozenbubble/Makefile +++ b/games/frozenbubble/Makefile @@ -32,12 +32,6 @@ MAN6= frozen-bubble-editor.6 frozen-bubble.6 LEXECDIR= ${PREFIX}/libexec/${PORTNAME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600020 -IGNORE= doesn't work unless MSG_NOSIGNAL is defined (FreeBSD version 600020 and higher) -.endif - post-patch: @${REINPLACE_CMD} -e 's|sdl-config|\${SDL_CONFIG}|g' \ ${WRKSRC}/c_stuff/Makefile.PL @@ -66,4 +60,4 @@ post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |