diff options
author | pav <pav@FreeBSD.org> | 2006-05-03 21:25:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-03 21:25:07 +0800 |
commit | 57c04beb7033430b70edf713823ab1360da084a6 (patch) | |
tree | 0d1965cff36464917e8b13f19e9dc175205abec8 /net-p2p | |
parent | 35ea1e3f5481f0aa4970badeab48cdde17a3ac0d (diff) | |
download | freebsd-ports-gnome-57c04beb7033430b70edf713823ab1360da084a6.tar.gz freebsd-ports-gnome-57c04beb7033430b70edf713823ab1360da084a6.tar.zst freebsd-ports-gnome-57c04beb7033430b70edf713823ab1360da084a6.zip |
- Switch lua dependency to lang/lua50
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/verlihub-plugins/Makefile b/net-p2p/verlihub-plugins/Makefile index 57241a04b3a1..3f170a029d17 100644 --- a/net-p2p/verlihub-plugins/Makefile +++ b/net-p2p/verlihub-plugins/Makefile @@ -16,7 +16,7 @@ MAINTAINER= hurbold@yahoo.com COMMENT= Plugins for the Verlihub Linux/Unix Direct Connect Hub Software BUILD_DEPENDS= ${LOCALBASE}/bin/verlihub:${PORTSDIR}/net-p2p/verlihub -LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua +LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua50 WRKSRC= ${WRKDIR}/vh_plugins-0.1 |