diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-20 03:46:26 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-20 03:46:26 +0000 |
commit | 89fb0d4ee33f7a499973131c5fad0451c95032b4 (patch) | |
tree | bf396bb973fe67082fa152f9449dab87cb57ca57 /games/fxsudoku | |
parent | f1615908833e0b829b5313fe1bbdafbf7626eaaf (diff) | |
download | ports-89fb0d4ee33f7a499973131c5fad0451c95032b4.tar.gz ports-89fb0d4ee33f7a499973131c5fad0451c95032b4.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 b80ed0924417..ecbb50fe5e6e 100644 --- a/games/fxsudoku/Makefile +++ b/games/fxsudoku/Makefile @@ -7,14 +7,14 @@ PORTNAME= fxsudoku PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 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.21:${PORTSDIR}/x11-toolkits/fox16 +LIB_DEPENDS= FOX-1.6.25:${PORTSDIR}/x11-toolkits/fox16 USE_BZIP2= yes USE_GMAKE= yes |