diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-19 03:49:57 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-19 03:49:57 +0000 |
commit | 7af1c725ce6a563287f86ffd886373ef8be0d5f7 (patch) | |
tree | e12a1e1ea27bcea22a533720b264f4ed2ac42004 /games/fxsudoku | |
parent | 4f9971b80709ed7250708468a8fb447674c30d13 (diff) | |
download | ports-7af1c725ce6a563287f86ffd886373ef8be0d5f7.tar.gz ports-7af1c725ce6a563287f86ffd886373ef8be0d5f7.zip |
Notes
Diffstat (limited to 'games/fxsudoku')
-rw-r--r-- | games/fxsudoku/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fxsudoku/Makefile b/games/fxsudoku/Makefile index b8544baee63e..b80ed0924417 100644 --- a/games/fxsudoku/Makefile +++ b/games/fxsudoku/Makefile @@ -7,14 +7,14 @@ PORTNAME= fxsudoku PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.fifthplanet.net/files/ MAINTAINER= edwin@mavetju.org COMMENT= An implementation of the Sudoku game -LIB_DEPENDS= FOX-1.6.16:${PORTSDIR}/x11-toolkits/fox16 +LIB_DEPENDS= FOX-1.6.21:${PORTSDIR}/x11-toolkits/fox16 USE_BZIP2= yes USE_GMAKE= yes |