diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-02 21:56:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-02 21:56:53 +0000 |
commit | a7ae11549a7c32633774b804d23f48455717d158 (patch) | |
tree | 61cb0cc3892a6c21e54db7e23f07dcd1c109473d /games/CaribbeanStud | |
parent | Add patches to allow wget to work with INET6. (diff) |
Mark as BROKEN: Bad C++ code.
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=30077
Diffstat (limited to 'games/CaribbeanStud')
-rw-r--r-- | games/CaribbeanStud/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/CaribbeanStud/Makefile b/games/CaribbeanStud/Makefile index 4e38b93bb7dc..a773d0c70219 100644 --- a/games/CaribbeanStud/Makefile +++ b/games/CaribbeanStud/Makefile @@ -18,6 +18,8 @@ MAKEFILE= Xmakefile REQUIRES_MOTIF= yes USE_X_PREFIX= yes +BROKEN= "Bad C++" + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/CaribbeanStud ${PREFIX}/bin @ ${INSTALL_DATA} ${WRKSRC}/CaribbeanStud.res ${PREFIX}/lib/X11/app-defaults/CaribbeanStud |