diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
commit | 33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6 (patch) | |
tree | a9a385d1f8fd2b11911d2cd0d573aac02fcb8c83 /games/foobillard | |
parent | 7425e4811081e6fca4c3c40a7b86ab317b0f0425 (diff) |
Notes
Diffstat (limited to 'games/foobillard')
-rw-r--r-- | games/foobillard/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index d565627c449a..aee76eb81081 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -19,10 +19,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "does not compile on sparc64" -.endif - FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config USE_GETOPT_LONG=yes |