diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/0verkill/Makefile | 2 | ||||
-rw-r--r-- | games/crafty/Makefile | 1 | ||||
-rw-r--r-- | games/gnubg/Makefile | 1 | ||||
-rw-r--r-- | games/ldmud/Makefile | 2 | ||||
-rw-r--r-- | games/trackballs/Makefile | 2 |
5 files changed, 3 insertions, 5 deletions
diff --git a/games/0verkill/Makefile b/games/0verkill/Makefile index 4dd8938e389c..cbe77a3f01b8 100644 --- a/games/0verkill/Makefile +++ b/games/0verkill/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING GNU_CONFIGURE= yes OPTIONS_DEFINE= X11 DOCS -OPTIONS_DEFAULT=X11 DOCS +OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes X11_USE= XORG=xpm diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 53927b7cf3cd..d07fc341a4ce 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -38,7 +38,6 @@ OPT= -DHASHSTATS -DTRACE -DBOOKDIR=\\\"${WITH_BOOKDIR}\\\" \ -DPERSDIR=\\\"${WITH_PERSDIR}\\\" -DSKILL OPTIONS_DEFINE= DOCS BOOK -OPTIONS_DEFAULT=DOCS OPTIONS_SUB= yes BOOK_DESC= Include (default) opening book diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 13c7f24517b7..7aa4db89a204 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -30,7 +30,6 @@ USES= gmake libtool pathfix shebangfix python pkgconfig compiler:c++11-lang USE_GNOME= glib20 OPTIONS_DEFINE= NLS DOCS -OPTIONS_DEFAULT=NLS OPTIONS_SUB= yes NLS_USES= gettext diff --git a/games/ldmud/Makefile b/games/ldmud/Makefile index 13ba85764be8..92d78e01f067 100644 --- a/games/ldmud/Makefile +++ b/games/ldmud/Makefile @@ -31,7 +31,7 @@ USERS= mud GROUPS= mud OPTIONS_DEFINE= MYSQL PGSQL SQLITE IPV6 DOCS -OPTIONS_DEFAULT=MYSQL PGSQL SQLITE IPV6 LPMUD +OPTIONS_DEFAULT=MYSQL PGSQL SQLITE LPMUD OPTIONS_SINGLE= MUDLIB OPTIONS_SINGLE_MUDLIB= LPMUD DEMOLIB OPTIONS_SUB= yes diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index edac9a3c0b59..538fa5b76862 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -29,7 +29,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl OPTIONS_DEFINE= MUSIC NLS -OPTIONS_DEFAULT= MUSIC NLS +OPTIONS_DEFAULT= MUSIC OPTIONS_SUB= yes MUSIC_DESC= Install additional music NLS_USES= gettext |