diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-20 13:31:55 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-20 13:31:55 +0000 |
commit | f7c5e848a99b1da83e634b82fc4f3ded8b8a6b06 (patch) | |
tree | 0911bd0c12bed69d91cfe5caca15a37ec1dd4929 /games/briquolo | |
parent | 422fae09f6f3a897859e490a33bf27a3d0c5a377 (diff) | |
download | ports-f7c5e848a99b1da83e634b82fc4f3ded8b8a6b06.tar.gz ports-f7c5e848a99b1da83e634b82fc4f3ded8b8a6b06.zip |
Notes
Diffstat (limited to 'games/briquolo')
-rw-r--r-- | games/briquolo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index b918dff607d4..d70877a4f901 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -32,7 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="${PORTVERSION}" #.if defined(WITHOUT_NLS) -#BROKEN= "Unsupported: wants to link against libintl anyway" +#BROKEN= Unsupported: wants to link against libintl anyway #CONFIGURE_ARGS+= --disable-nls #PLIST_SUB+= NLS="@comment " #.else |