diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/filters/Makefile | 1 | ||||
-rw-r--r-- | games/textmaze/Makefile | 1 | ||||
-rw-r--r-- | games/typespeed/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/games/filters/Makefile b/games/filters/Makefile index a7aed03195bc..a0a48935ad4a 100644 --- a/games/filters/Makefile +++ b/games/filters/Makefile @@ -17,7 +17,6 @@ COMMENT= A collection of filters, including B1FF and the Swedish Chef CONFLICTS= talkfilters-* jive-* chef-* USE_PERL5= yes -USE_REINPLACE= yes USE_GMAKE= yes ALL_TARGET+= samples diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index 4408ea7fcb46..49101971f8ce 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -18,7 +18,6 @@ COMMENT= Generates mazes on a text terminal and lets you traverse them RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses USE_PERL5= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/TextMaze NO_BUILD= yes PLIST_FILES= bin/textmaze diff --git a/games/typespeed/Makefile b/games/typespeed/Makefile index be75ec6e5686..6035924bdc71 100644 --- a/games/typespeed/Makefile +++ b/games/typespeed/Makefile @@ -16,7 +16,6 @@ COMMENT= Test your typing speed, and get your fingers\' CPS MAN1= typespeed.1 -USE_REINPLACE= yes USE_GETOPT_LONG= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LFLAGS="${LDFLAGS}" |