summaryrefslogtreecommitdiff
path: root/security/fsh
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-18 13:29:29 +0000
committerdrochner <drochner>2002-01-18 13:29:29 +0000
commit6a2c15b6d5fc0a3669a7fe2dcede534bd2f17830 (patch)
tree69caa5fe90d50e4d5fd7f179dd61f7e2fcab8a6b /security/fsh
parent69ba5ebe3c72361592b4fd31f2b1457ce59e1e8c (diff)
downloadpkgsrc-6a2c15b6d5fc0a3669a7fe2dcede534bd2f17830.tar.gz
use python buildlink
Diffstat (limited to 'security/fsh')
-rw-r--r--security/fsh/Makefile7
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"