diff options
-rw-r--r-- | games/sudsol/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/sudsol/Makefile b/games/sudsol/Makefile index ffe2ea1d49c2..a0ce231456a7 100644 --- a/games/sudsol/Makefile +++ b/games/sudsol/Makefile @@ -9,12 +9,11 @@ MASTER_SITES= http://rink.nu/downloads/projects/ MAINTAINER= rink@FreeBSD.org COMMENT= A utility to solve Sudoku puzzles -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes PLIST_FILES= bin/sudsol -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/src/sudsol.c |