diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
commit | 46b9896d01ebb6c9dc68e651b3d82a98561777f6 (patch) | |
tree | 60089dfa8bdc8380dce358589a2e1bd3b0abbd11 /games/briquolo | |
parent | 286203d809751f18da030a97c6315562e0e58ed9 (diff) |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
Notes
Notes:
svn path=/head/; revision=190038
Diffstat (limited to 'games/briquolo')
-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> |