diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-06 14:50:29 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-06 14:50:29 +0000 |
commit | c15e218706f572801f5bba57aa82c3fadf6af8a3 (patch) | |
tree | f32c65e6e40b3ef7eaf0e63bb3d4fbfeced4c631 /chat/fugu/Makefile | |
parent | 87c879d2ab395aaf07e21459c5a6dc9c7d9355a4 (diff) | |
download | pkgsrc-c15e218706f572801f5bba57aa82c3fadf6af8a3.tar.gz |
Fixed path to the Python interpreter. PKGREVISION++
Diffstat (limited to 'chat/fugu/Makefile')
-rw-r--r-- | chat/fugu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/fugu/Makefile b/chat/fugu/Makefile index 6bff35cc7b8..7863976b929 100644 --- a/chat/fugu/Makefile +++ b/chat/fugu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2006/03/04 21:29:02 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2007/01/06 14:50:29 rillig Exp $ # DISTNAME= fugu-1.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= http://fugu.gale.org/dist/ \ http://fugu.gale.org/dist/old/ @@ -12,6 +12,7 @@ HOMEPAGE= http://fugu.gale.org/ COMMENT= Graphical client for the gale secure instant messaging system PYTHON_VERSIONS_ACCEPTED= 20 21 # no 22 - uses Makefile.pre.in +PYTHON_PATCH_SCRIPTS= puffdisp.py pygale/authcache.py pygale/prettypuff.py GNU_CONFIGURE= YES CONFIGURE_ENV+= vi_cv_path_python=${PYTHONBIN:Q} |