summaryrefslogtreecommitdiff
path: root/shells/lshell
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-06-04 07:35:14 +0000
committerwiz <wiz@pkgsrc.org>2013-06-04 07:35:14 +0000
commita67f9b54a4c8d9ebc0fbf11a58d00210216f2b30 (patch)
tree3c34a3abae6f155ad898c58bf8c41f37d3bd9c41 /shells/lshell
parenta062b35a6767b188048a7268bb54a144ffdf3409 (diff)
downloadpkgsrc-a67f9b54a4c8d9ebc0fbf11a58d00210216f2b30.tar.gz
Replace py-readline/buildlink3.mk with DEPENDS.
There are no buildlink3-relevant files here, just a loadable module.
Diffstat (limited to 'shells/lshell')
-rw-r--r--shells/lshell/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile
index c1e53a5a75e..895ffe27c25 100644
--- a/shells/lshell/Makefile
+++ b/shells/lshell/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/09/11 23:25:08 asau Exp $
-#
+# $NetBSD: Makefile,v 1.11 2013/06/04 07:35:15 wiz Exp $
DISTNAME= lshell-0.9.15.1
CATEGORIES= shells python
@@ -10,6 +9,8 @@ HOMEPAGE= http://ghantoos.org/limited-shell-lshell/
COMMENT= Lshell restricts user's environment to specified commands
LICENSE= gnu-gpl-v3
+DEPENDS+= ${PYPKGPREFIX}-readline>=0nb2:../../devel/py-readline
+
PKG_GROUPS= lshellg
PKG_SHELL= bin/lshell
@@ -37,5 +38,4 @@ CONF_FILES= ${PREFIX}/${EGDIR}/lshell.conf \
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
-.include "../../devel/py-readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"