summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorwiz <wiz>2013-06-04 07:35:14 +0000
committerwiz <wiz>2013-06-04 07:35:14 +0000
commit708e3432b1c80b3ee861d8613d1719ee3d4f898e (patch)
tree3c34a3abae6f155ad898c58bf8c41f37d3bd9c41 /shells
parent646a8280eba3b1a4d21790cf7a2c3f22278ccbd5 (diff)
downloadpkgsrc-708e3432b1c80b3ee861d8613d1719ee3d4f898e.tar.gz
Replace py-readline/buildlink3.mk with DEPENDS.
There are no buildlink3-relevant files here, just a loadable module.
Diffstat (limited to 'shells')
-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"