diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-20 21:31:55 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-20 21:31:55 +0800 |
commit | 94475094bdc0a8e366b5fec33c41fecc8ee8aab1 (patch) | |
tree | 97ec06b36a332068316ed7501ee12f954e6c1d9a /games/briquolo | |
parent | 4b598dffb577460cdb29017087ad41284ec2ca9c (diff) | |
download | freebsd-ports-gnome-94475094bdc0a8e366b5fec33c41fecc8ee8aab1.tar.gz freebsd-ports-gnome-94475094bdc0a8e366b5fec33c41fecc8ee8aab1.tar.zst freebsd-ports-gnome-94475094bdc0a8e366b5fec33c41fecc8ee8aab1.zip |
Remove quotes from BROKEN and IGNORE as they are not required
Approved by: maintainer
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 |