pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lmod: fix dependency patterns



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 19 22:29:20 2015 +0200
Changeset:	e229635a2bd411e2f7b29336f07d6ae0ca3dabae

Modified Files:
	lmod/Makefile

Log Message:
lmod: fix dependency patterns

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e229635a2bd411e2f7b29336f07d6ae0ca3dabae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lmod/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/lmod/Makefile b/lmod/Makefile
index f17ea6f..59e9e42 100644
--- a/lmod/Makefile
+++ b/lmod/Makefile
@@ -12,10 +12,10 @@ LICENSE=	mit
 
 .include "../../mk/bsd.prefs.mk"
 
-DEPENDS+=	${LUA_PKGPREFIX}-filesystem:../../devel/lua-filesystem
-DEPENDS+=	${LUA_PKGPREFIX}-posix:../../devel/lua-posix
+DEPENDS+=	${LUA_PKGPREFIX}-filesystem-[0-9]*:../../devel/lua-filesystem
+DEPENDS+=	${LUA_PKGPREFIX}-posix-[0-9]*:../../devel/lua-posix
 .if ${OPSYS} != "Linux"	# Part of base on CentOS and zsh pkg does not build
-DEPENDS+=	zsh:../../shells/zsh
+DEPENDS+=	zsh-[0-9]*:../../shells/zsh
 .endif
 
 WRKSRC=		${WRKDIR}/Lmod-5.2


Home | Main Index | Thread Index | Old Index