diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-10-05 19:25:50 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-10-05 19:25:50 +0000 |
commit | 759c8ede9660e55763cd56c3df580a2f8da571e6 (patch) | |
tree | 787aaeffbce03dfbdcb30ac4e4fffd83017d4083 | |
parent | 949d9930582a2d46648287b1c81f738f0c8f6f8d (diff) | |
download | ports-759c8ede9660e55763cd56c3df580a2f8da571e6.tar.gz ports-759c8ede9660e55763cd56c3df580a2f8da571e6.zip |
Notes
-rw-r--r-- | games/fxsudoku/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/fxsudoku/Makefile b/games/fxsudoku/Makefile index d075ea58f499..1c7f4047f675 100644 --- a/games/fxsudoku/Makefile +++ b/games/fxsudoku/Makefile @@ -7,13 +7,14 @@ PORTNAME= fxsudoku PORTVERSION= 0.5.1 +PORTREVISION= 1 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.1:${PORTSDIR}/x11-toolkits/fox16 +LIB_DEPENDS= FOX-1.6.14:${PORTSDIR}/x11-toolkits/fox16 USE_BZIP2= yes USE_GMAKE= yes |