diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-07-14 09:51:12 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-14 09:51:12 +0000 |
commit | 5c2223698bb926809c26f2ddfae5f6e83617673a (patch) | |
tree | 23d859a3ea9e9a105f3ea62ada9015f6acd83e24 /games/CaribbeanStud | |
parent | Add p5-Mail-CClient to the ports/mail Makefile. (diff) |
Add -pedantic.
Unbreaks build --> Remove BROKEN.
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=30607
Diffstat (limited to 'games/CaribbeanStud')
-rw-r--r-- | games/CaribbeanStud/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/CaribbeanStud/Makefile b/games/CaribbeanStud/Makefile index a773d0c70219..48e2bfbe5f7a 100644 --- a/games/CaribbeanStud/Makefile +++ b/games/CaribbeanStud/Makefile @@ -17,8 +17,7 @@ MAINTAINER= ports@FreeBSD.org MAKEFILE= Xmakefile REQUIRES_MOTIF= yes USE_X_PREFIX= yes - -BROKEN= "Bad C++" +CFLAGS= -pedantic do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/CaribbeanStud ${PREFIX}/bin |