diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-19 11:49:57 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-19 11:49:57 +0800 |
commit | a3b40fc6d37046fb5c07378c4cb51313914ed7ca (patch) | |
tree | f71d5c5e1769f5858529d776fdb96b078f3954e2 /games/fxsudoku | |
parent | 83a7b73299630aff287ebe896e941c60e5c9d517 (diff) | |
download | freebsd-ports-gnome-a3b40fc6d37046fb5c07378c4cb51313914ed7ca.tar.gz freebsd-ports-gnome-a3b40fc6d37046fb5c07378c4cb51313914ed7ca.tar.zst freebsd-ports-gnome-a3b40fc6d37046fb5c07378c4cb51313914ed7ca.zip |
- Chase x11-toolkits/fox16 update
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 |