diff options
Diffstat (limited to 'games/gnomesudoku/Makefile')
-rw-r--r-- | games/gnomesudoku/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnomesudoku/Makefile b/games/gnomesudoku/Makefile index 7905c33f0e03..3ca66db4068c 100644 --- a/games/gnomesudoku/Makefile +++ b/games/gnomesudoku/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomesudoku PORTVERSION= 0.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games gnome MASTER_SITES= SF/gnome-sudoku/gnome-sudoku/${PORTVERSION} DISTNAME= gnome-sudoku-${PORTVERSION} @@ -26,7 +26,7 @@ MAKE_ENV+= DISPLAY="localhost:1001" .endif .endif -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes USE_GNOME= gnomehack gnomeprefix pygnome2 pygnomedesktop |