diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
commit | 59272d10178066cdfa1d1aea23c915a09473d798 (patch) | |
tree | 923210657ff3819220d9f901a4ae5748d77b8564 /games/pythonsudoku | |
parent | fc9825be880916c415aad3c9a9483fd377323fdf (diff) |
Notes
Diffstat (limited to 'games/pythonsudoku')
-rw-r--r-- | games/pythonsudoku/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pythonsudoku/Makefile b/games/pythonsudoku/Makefile index 36189caaeb3a..f28f1dfa6c07 100644 --- a/games/pythonsudoku/Makefile +++ b/games/pythonsudoku/Makefile @@ -3,7 +3,7 @@ PORTNAME= pythonsudoku PORTVERSION= 0.13 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ \ SF/nemysisfreebsdp/games/:icons @@ -18,7 +18,7 @@ COMMENT= Text and graphical program to create or resolve Sudokus LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client +LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups RUN_DEPENDS= ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 |