diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2014-02-25 12:44:10 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2014-02-25 12:44:10 +0000 |
commit | 0cbe65e47c9209d69ce010b5ab926c714387ecb1 (patch) | |
tree | bc7942759dbfb01fc52a7089e3edbbfb635ff176 /games/pythonsudoku | |
parent | 06f83c7e994adeed9e1afcb54d28015affc5de4c (diff) |
Notes
Diffstat (limited to 'games/pythonsudoku')
-rw-r--r-- | games/pythonsudoku/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pythonsudoku/Makefile b/games/pythonsudoku/Makefile index 293700a94bd6..5502bb22d0e3 100644 --- a/games/pythonsudoku/Makefile +++ b/games/pythonsudoku/Makefile @@ -3,6 +3,7 @@ PORTNAME= pythonsudoku PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ \ SF/nemysisfreebsdp/games/:icons @@ -19,7 +20,7 @@ LICENSE= GPLv2 LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client RUN_DEPENDS= ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 USE_BZIP2= yes USES= desktop-file-utils |