diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-31 03:06:27 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-31 03:06:27 +0000 |
commit | 612e583d9ba521eaf6f4fd67c7c5c982fffe75c3 (patch) | |
tree | 0045526c680ea41229729288a628aaab12d902f3 /games/jools/Makefile | |
parent | 45202f327a25ec334f656a720b6566d0ef4d4635 (diff) | |
download | FreeBSD-ports-612e583d9ba521eaf6f4fd67c7c5c982fffe75c3.zip FreeBSD-ports-612e583d9ba521eaf6f4fd67c7c5c982fffe75c3.tar.gz |
[patch] fix pygame detection in games/jools
I can't get the new port "jools" to detect my installation
of pygame, no doubt due to some path confusion. Don't know
if it's just this machine, but I will note that I basically
have a default Python install from ports, with a few
additional modules, but no PYTHONPATH or anything about
python in make.conf. (Perhaps the original porter has
site-packages/pygame in his default path?)
PR: ports/53020
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'games/jools/Makefile')
-rw-r--r-- | games/jools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/jools/Makefile b/games/jools/Makefile index 28eb1a4..2fb48ac 100644 --- a/games/jools/Makefile +++ b/games/jools/Makefile @@ -6,6 +6,7 @@ PORTNAME= jools PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/jools/ |