diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-18 13:29:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-18 13:29:29 +0000 |
commit | c34aa86bf730c0dd1bd7271fdd65d210742184e1 (patch) | |
tree | 69caa5fe90d50e4d5fd7f179dd61f7e2fcab8a6b /security | |
parent | c2e72a7ebfa7ec02dc373e7f982640ab834c945b (diff) | |
download | pkgsrc-c34aa86bf730c0dd1bd7271fdd65d210742184e1.tar.gz |
use python buildlink
Diffstat (limited to 'security')
-rw-r--r-- | security/fsh/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile index 092da33db45..dfc6abea33f 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/09/27 23:18:38 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/01/18 13:29:29 drochner Exp $ # DISTNAME= fsh-1.1 @@ -10,9 +10,10 @@ MAINTAINER= fredb@netbsd.org HOMEPAGE= http://www.lysator.liu.se/fsh/ COMMENT= fast remote command execution -DEPENDS+= python-[0-9]*:../../lang/python - GNU_CONFIGURE= YES USE_GTEXINFO= YES +CONFIGURE_ENV+= PYTHON=${PYTHONBIN} + +.include "../../lang/python/application.buildlink.mk" .include "../../mk/bsd.pkg.mk" |