diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-08-12 12:42:55 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-08-12 12:42:55 +0000 |
commit | c9c9fee310ed590d02b47d632b36a94cf23ad045 (patch) | |
tree | aec13b85c74407cc7d79cdc1d03301b7f785824d /games/fxsudoku | |
parent | c1dd32d6d64178723fce6d3f2f90881a545d9cc9 (diff) | |
download | ports-c9c9fee310ed590d02b47d632b36a94cf23ad045.tar.gz ports-c9c9fee310ed590d02b47d632b36a94cf23ad045.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 7eb8d2999534..6889a2a7aff1 100644 --- a/games/fxsudoku/Makefile +++ b/games/fxsudoku/Makefile @@ -7,14 +7,14 @@ PORTNAME= fxsudoku PORTVERSION= 0.5.1 -PORTREVISION= 4 +PORTREVISION= 5 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.26:${PORTSDIR}/x11-toolkits/fox16 +LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 USE_BZIP2= yes USE_GMAKE= yes |