diff options
Diffstat (limited to 'games/briquolo/Makefile')
-rw-r--r-- | games/briquolo/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index ea5c3d81d7ed..5d0dda0e2c95 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -46,10 +46,4 @@ post-patch: pre-install: ${MKDIR} ${PREFIX}/share/applications -.include <bsd.port.pre.mk> - -.if (${OSVERSION} < 500000) -BROKEN= requires a newer libc (with wide character functions) -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |