diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/pythonsudoku/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'games/pythonsudoku/Makefile')
-rw-r--r-- | games/pythonsudoku/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/pythonsudoku/Makefile b/games/pythonsudoku/Makefile index f28f1dfa6c07..0149704d40f0 100644 --- a/games/pythonsudoku/Makefile +++ b/games/pythonsudoku/Makefile @@ -18,10 +18,10 @@ COMMENT= Text and graphical program to create or resolve Sudokus LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups +LIB_DEPENDS+= libcups.so:print/cups RUN_DEPENDS= ${PYGAME} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ - ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 + ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow \ + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:print/py-reportlab1 USES= python:2 tar:bzip2 USE_GNOME= pygtk2 |