diff options
author | drochner <drochner> | 2002-01-29 11:33:54 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-01-29 11:33:54 +0000 |
commit | 2cb5c7e64521fc93e896029c6bf65b6b370a8e11 (patch) | |
tree | bdc66eec1fccea898f9a3b6cfb6a45525975824d /chat/fugu | |
parent | 6b4b324eb49b96e87e828f5f31c64026f73f06fb (diff) | |
download | pkgsrc-2cb5c7e64521fc93e896029c6bf65b6b370a8e11.tar.gz |
convert to new Python framework
Diffstat (limited to 'chat/fugu')
-rw-r--r-- | chat/fugu/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chat/fugu/Makefile b/chat/fugu/Makefile index ab13f349643..68dd0a7b59d 100644 --- a/chat/fugu/Makefile +++ b/chat/fugu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/06/11 06:34:20 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/01/29 11:33:54 drochner Exp $ # DISTNAME= fugu-1.0 @@ -10,10 +10,13 @@ HOMEPAGE= http://fugu.gale.org COMMENT= graphical client for the gale secure instant messaging system DEPENDS+= rsaref-2.0p3:../../security/rsaref/ -DEPENDS+= py-Pmw>=0.8.5:../../x11/py-Pmw/ +PYTHON_VERSIONS_ACCEPTED= 20 21 # no 22 - uses Makefile.pre.in GNU_CONFIGURE= YES +CONFIGURE_ENV+= vi_cv_path_python=${PYTHONBIN} LDFLAGS+= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/rsaref +.include "../../lang/python/application.buildlink.mk" +.include "../../x11/py-Pmw/buildlink.mk" .include "../../mk/bsd.pkg.mk" |