diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 00:15:41 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 00:15:41 +0800 |
commit | 41cf4f37c54767881cd144b6b4748e575a64d802 (patch) | |
tree | 9126d7a702c8b8def7a7e2139854c80eedfd0b91 /games/sudsol | |
parent | 434bebfab551be055602336d549bde23f32140d7 (diff) | |
download | freebsd-ports-gnome-41cf4f37c54767881cd144b6b4748e575a64d802.tar.gz freebsd-ports-gnome-41cf4f37c54767881cd144b6b4748e575a64d802.tar.zst freebsd-ports-gnome-41cf4f37c54767881cd144b6b4748e575a64d802.zip |
- Stage support
Diffstat (limited to 'games/sudsol')
-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 |